0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

Merge branch 'master' of git@github.com:mongodb/mongo

This commit is contained in:
Eliot Horowitz 2009-03-19 10:33:01 -04:00
commit 29c557d24a

View File

@ -367,7 +367,7 @@ def getGitVersion():
def getSysInfo():
import os, sys
if windows:
return " ".join( [ "windows" ] + sys.getwindowsversion() )
return "windows " + str( sys.getwindowsversion() )
else:
return " ".join( os.uname() )