Shebang und Codierung hinzugefügt

Dokumentation: Skriptnamen umgestellt
This commit is contained in:
martin_r 2009-01-31 23:27:39 +00:00
parent 72222e9294
commit 51a601e555
3 changed files with 21 additions and 15 deletions

View File

@ -1,3 +1,4 @@
# -*- coding: utf8 -*-
#=============================================================================== #===============================================================================
# Imports: # Imports:
#=============================================================================== #===============================================================================

View File

@ -1,3 +1,5 @@
#!usr/bin/python
# -*- coding: utf8 -*-
#=============================================================================== #===============================================================================
# YAML Parser for the Neo reference # YAML Parser for the Neo reference
# Copyright 2009 Martin Roppelt (m.p.roppelt ἢτ web in Germany) # Copyright 2009 Martin Roppelt (m.p.roppelt ἢτ web in Germany)
@ -24,7 +26,7 @@ for automated creating of keyboard drivers, pictures and references.
# To Do: # To Do:
#=============================================================================== #===============================================================================
from neo_import import * #neo shared, settings and function module from neo_import import * #neo shared and settings module
from optparse import make_option, OptionParser #command line analyzing module from optparse import make_option, OptionParser #command line analyzing module
import re #regular expression processing module: compile import re #regular expression processing module: compile
import sys #system module: stdout import sys #system module: stdout

View File

@ -44,19 +44,22 @@ Angriff.
Abriss: Abriss:
neo_import.py neo_import.py
parse_neo.py parse_neo.py
edit_neo.py
make_neo.py make_neo.py
make_ahk.py parse_hex.py
edit_neo.py
parse_ahk.py parse_ahk.py
hex_parse.py parse_kbd.py
kbd_parse.py parse_mac.py
kbd_make.py parse_map.py
xkb_parse.py parse_mod.py
xkb_parse.py parse_xkb.py
mod_parse.py parse_grup.py
mod_make.py make_ahk.py
mac_parse.py make_kbd.py
mac_make.py make_mac.py
map_parse.py make_map.py
svg_parse.py make_mod.py
svg_make.py parse_svg.py
make_svg.py
make_grup.py
layoutify_neo.py