##// END OF EJS Templates
Clean up after comments by Tom from his branch review.
Fernando Perez -
Show More
@@ -23,11 +23,6 b" elif sys.platform == 'win32':"
23 import platutils_win32 as _platutils
23 import platutils_win32 as _platutils
24 else:
24 else:
25 import platutils_dummy as _platutils
25 import platutils_dummy as _platutils
26 import warnings
27 warnings.warn("Platutils not available for platform '%s', some features may be missing" %
28 os.name)
29 del warnings
30
31
26
32 # Functionality that's logically common to all platforms goes here, each
27 # Functionality that's logically common to all platforms goes here, each
33 # platform-specific module only provides the bits that are OS-dependent.
28 # platform-specific module only provides the bits that are OS-dependent.
@@ -104,6 +99,5 b' def get_long_path_name(path):'
104 # Deprecated functions
99 # Deprecated functions
105 #-----------------------------------------------------------------------------
100 #-----------------------------------------------------------------------------
106 def freeze_term_title():
101 def freeze_term_title():
107 import warnings
108 warnings.warn("This function is deprecated, use toggle_set_term_title()")
102 warnings.warn("This function is deprecated, use toggle_set_term_title()")
109 _platutils.ignore_termtitle = True
103 _platutils.ignore_termtitle = True
General Comments 0
You need to be logged in to leave comments. Login now