clear out some more leo comments

This commit is contained in:
Jeremy Penner 2011-04-12 08:41:40 -07:00
parent ec06eb9119
commit 60ca1e19f1
2 changed files with 0 additions and 9 deletions

View file

@ -1,5 +1,3 @@
#@+leo-ver=4-thin
#@+node:jpenner.20090607135901.3:@thin login.py
from basetoken import *
import ansi
@ -30,6 +28,3 @@ class LoginTerm(Terminal):
self.printSt("NO CARRIER")
self.wait(200)
self.game.finish(False)
#@nonl
#@-node:jpenner.20090607135901.3:@thin login.py
#@-leo

View file

@ -1,5 +1,3 @@
#@+leo-ver=4-thin
#@+node:jpenner.20091212133112.13:@thin setup.py
from distutils.core import setup
from distutils.extension import Extension
from Cython.Distutils import build_ext
@ -8,5 +6,3 @@ setup(
cmdclass = {'build_ext': build_ext},
ext_modules = [Extension("ansi_cython", ["ansi_cython.pyx"])]
)
#@-node:jpenner.20091212133112.13:@thin setup.py
#@-leo