Changeset 1481 for trunk/peppy/plugins/bash_mode.py
- Timestamp:
- 07/10/08 18:14:38 (4 months ago)
- Files:
-
- 1 modified
-
trunk/peppy/plugins/bash_mode.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/peppy/plugins/bash_mode.py
r1401 r1481 17 17 from peppy.fundamental import FundamentalMode 18 18 19 class BashMode( JobControlMixin,SimpleFoldFunctionMatchMixin, FundamentalMode):19 class BashMode(SimpleFoldFunctionMatchMixin, FundamentalMode): 20 20 """Major mode for editing Bash/KSH/Bourne shell scripts. 21 21 """
