[Mumps2Py:] [101] lint removal |
[ Thread Index |
Date Index
| More lists.mumps2py.org/discuss Archives
]
Revision: 101
Author: pgallot
Date: 2008-02-13 20:32:21 +0000 (Wed, 13 Feb 2008)
Log Message:
-----------
lint removal
Modified Paths:
--------------
trunk/mumps2py/tokprepass.py
Modified: trunk/mumps2py/tokprepass.py
===================================================================
--- trunk/mumps2py/tokprepass.py 2008-02-12 19:14:25 UTC (rev 100)
+++ trunk/mumps2py/tokprepass.py 2008-02-13 20:32:21 UTC (rev 101)
@@ -20,8 +20,6 @@
translating a module into Python.
"""
import re
-
-from mumps_module import ModuleInfo
from tokens import *
def fix_indent_levels(token, state):