added unicode encodings

This commit is contained in:
Kenneth Reitz
2010-08-02 08:53:38 -04:00
parent 21670e1a42
commit 962a58a161
5 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
""" Example.
"""
import cli
+6
View File
@@ -1,7 +1,13 @@
# -*- coding: utf-8 -*-
""" Example -- CLI Dispatch
"""
from core import *
def start():
"""Example Dipatch"""
+4
View File
@@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
import extlib
import extlib2
+1
View File
@@ -0,0 +1 @@
# -*- coding: utf-8 -*-
+1
View File
@@ -0,0 +1 @@
# -*- coding: utf-8 -*-