##// END OF EJS Templates
util: move "default" lookupreg to posix.py...
Adrian Buehlmann -
r14910:570ea025 default
parent child Browse files
Show More
@@ -338,3 +338,5 b' def unlinkpath(f):'
338 338 except OSError:
339 339 pass
340 340
341 def lookupreg(key, name=None, scope=None):
342 return None
@@ -475,9 +475,6 b' def checkwinfilename(path):'
475 475 return _("filename ends with '%s', which is not allowed "
476 476 "on Windows") % t
477 477
478 def lookupreg(key, name=None, scope=None):
479 return None
480
481 478 def hidewindow():
482 479 """Hide current shell window.
483 480
General Comments 0
You need to be logged in to leave comments. Login now