summaryrefslogtreecommitdiffstats
path: root/yaml/parse_neo.py
diff options
context:
space:
mode:
Diffstat (limited to 'yaml/parse_neo.py')
-rw-r--r--yaml/parse_neo.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/yaml/parse_neo.py b/yaml/parse_neo.py
index 01f8854..c4cef2c 100644
--- a/yaml/parse_neo.py
+++ b/yaml/parse_neo.py
@@ -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