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:
#===============================================================================

View File

@ -1,3 +1,5 @@
#!usr/bin/python
# -*- coding: utf8 -*-
#===============================================================================
# YAML Parser for the Neo reference
# 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:
#===============================================================================
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
import re #regular expression processing module: compile
import sys #system module: stdout

View File

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