clear out some more leo comments
This commit is contained in:
parent
ec06eb9119
commit
60ca1e19f1
5
login.py
5
login.py
|
@ -1,5 +1,3 @@
|
||||||
#@+leo-ver=4-thin
|
|
||||||
#@+node:jpenner.20090607135901.3:@thin login.py
|
|
||||||
from basetoken import *
|
from basetoken import *
|
||||||
import ansi
|
import ansi
|
||||||
|
|
||||||
|
@ -30,6 +28,3 @@ class LoginTerm(Terminal):
|
||||||
self.printSt("NO CARRIER")
|
self.printSt("NO CARRIER")
|
||||||
self.wait(200)
|
self.wait(200)
|
||||||
self.game.finish(False)
|
self.game.finish(False)
|
||||||
#@nonl
|
|
||||||
#@-node:jpenner.20090607135901.3:@thin login.py
|
|
||||||
#@-leo
|
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -1,5 +1,3 @@
|
||||||
#@+leo-ver=4-thin
|
|
||||||
#@+node:jpenner.20091212133112.13:@thin setup.py
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
from distutils.extension import Extension
|
from distutils.extension import Extension
|
||||||
from Cython.Distutils import build_ext
|
from Cython.Distutils import build_ext
|
||||||
|
@ -8,5 +6,3 @@ setup(
|
||||||
cmdclass = {'build_ext': build_ext},
|
cmdclass = {'build_ext': build_ext},
|
||||||
ext_modules = [Extension("ansi_cython", ["ansi_cython.pyx"])]
|
ext_modules = [Extension("ansi_cython", ["ansi_cython.pyx"])]
|
||||||
)
|
)
|
||||||
#@-node:jpenner.20091212133112.13:@thin setup.py
|
|
||||||
#@-leo
|
|
||||||
|
|
Loading…
Reference in a new issue