##// END OF EJS Templates
Trivial changes from debian patches (shebang, python-profiler installation hint)
ville -
Show More
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2
1
3 """ Implementations for various useful completers
2 """ Implementations for various useful completers
4
3
@@ -115,9 +115,9 b' class Magic:'
115
115
116 def profile_missing_notice(self, *args, **kwargs):
116 def profile_missing_notice(self, *args, **kwargs):
117 error("""\
117 error("""\
118 The profile module could not be found. If you are a Debian user,
118 The profile module could not be found. It has been removed from the standard
119 it has been removed from the standard Debian package because of its non-free
119 python packages because of its non-free license. To use profiling, install the
120 license. To use profiling, please install"python2.3-profiler" from non-free.""")
120 python-profiler package from non-free.""")
121
121
122 def default_option(self,fn,optstr):
122 def default_option(self,fn,optstr):
123 """Make an entry in the options_table for fn, with value optstr"""
123 """Make an entry in the options_table for fn, with value optstr"""
General Comments 0
You need to be logged in to leave comments. Login now