Ensure the pathnames being uploaded are using forward slashes.

A little refactoring
This commit is contained in:
Robin Dunn
2015-02-03 15:01:10 -08:00
parent fa6f31fc17
commit 611417f509
2 changed files with 7 additions and 5 deletions

View File

@@ -737,7 +737,7 @@ def macSetLoaderNames(filenames):
os.system(cmd)
def getSvnRev():
def getVcsRev():
# Some helpers for the code below
def _getDate():
import datetime