Changeset 1478 for trunk/peppy/plugins/python_mode.py
- Timestamp:
- 07/09/08 16:10:31 (5 months ago)
- Files:
-
- 1 modified
-
trunk/peppy/plugins/python_mode.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/peppy/plugins/python_mode.py
r1317 r1478 234 234 235 235 autoindent = PythonAutoindent() 236 237 def bangpathModificationHook(self, path): 238 """Make sure the '-u' flag is included in the python argument""" 239 if '-u' not in path: 240 path += " -u" 241 self.dprint(path) 242 return path 236 243 237 244 def findParagraphStart(self, linenum, info):
