mirror of
https://github.com/kennethreitz-archive/python_project.git
synced 2026-06-05 15:40:19 +00:00
added unicode encodings
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
""" Example.
|
||||
"""
|
||||
|
||||
import cli
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
""" Example -- CLI Dispatch
|
||||
"""
|
||||
|
||||
|
||||
from core import *
|
||||
|
||||
|
||||
|
||||
def start():
|
||||
"""Example Dipatch"""
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import extlib
|
||||
import extlib2
|
||||
@@ -0,0 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
@@ -0,0 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
Reference in New Issue
Block a user