Revert last commit

This commit is contained in:
Bernardo Damele
2010-03-16 13:56:36 +00:00
parent 1dfe558d3d
commit 3b3353e05b
4 changed files with 2 additions and 21 deletions

View File

@@ -939,9 +939,3 @@ def posixToNtSlashes(filepath):
def ntToPosixSlashes(filepath):
return filepath.replace('\\', '/')
def push(value):
conf.stack.append(value)
def pop():
return conf.stack.pop()