<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-python">
    <sub-class-of type='application/x-executable'/>
    <sub-class-of type="text/plain"/>
    <comment>Python script</comment>
    <comment xml:lang="bg">Скрипт на Python</comment>
    <comment xml:lang="cs">Skript v Pythonu</comment>
    <comment xml:lang="de">Python-Skript</comment>
    <comment xml:lang="el">πρόγραμμα εντολών Python</comment>
    <comment xml:lang="eo">Python-skripto</comment>
    <comment xml:lang="es">Script en Python</comment>
    <comment xml:lang="eu">Python script-a</comment>
    <comment xml:lang="fi">Python-komentotiedosto</comment>
    <comment xml:lang="fr">script Python</comment>
    <comment xml:lang="hu">Python-parancsfájl</comment>
    <comment xml:lang="it">Script Python</comment>
    <comment xml:lang="ja">Python スクリプト</comment>
    <comment xml:lang="ko">Python 스크립트</comment>
    <comment xml:lang="ms">Skrip Python</comment>
    <comment xml:lang="nb">Python-skript</comment>
    <comment xml:lang="nl">Python-script</comment>
    <comment xml:lang="nn">Python-skript</comment>
    <comment xml:lang="no">Python-skript</comment>
    <comment xml:lang="pl">Skrypt Pythona</comment>
    <comment xml:lang="pt">'script' Python</comment>
    <comment xml:lang="pt_BR">Script Python</comment>
    <comment xml:lang="ru">скрипт Python</comment>
    <comment xml:lang="sq">Script Python</comment>
    <comment xml:lang="sr">Питон скрипта</comment>
    <comment xml:lang="sv">Pythonskript</comment>
    <comment xml:lang="uk">Сценарій на мові Python</comment>
    <comment xml:lang="vi">Tập lệnh Python</comment>
    <comment xml:lang="zh_CN">Python 脚本</comment>
    <comment xml:lang="zh_TW">Python 描述語言檔</comment>
    <magic priority="51">
      <match value="#!/bin/python" type="string" offset="0"/>
      <match value="#! /bin/python" type="string" offset="0"/>
      <match value='eval \"exec /bin/python' type="string" offset="0"/>
      <match value="#!/usr/bin/python" type="string" offset="0"/>
      <match value="#! /usr/bin/python" type="string" offset="0"/>
      <match value='eval \"exec /usr/bin/python' type="string" offset="0"/>
      <match value="#!/usr/local/bin/python" type="string" offset="0"/>
      <match value="#! /usr/local/bin/python" type="string" offset="0"/>
      <match value='eval \"exec /usr/local/bin/python' type="string" offset="0"/>
      <match value='/bin/env python' type="string" offset="1:16"/>
    </magic>
    <glob pattern="*.py"/>
  </mime-type>
</mime-info>

