Compare commits

...

2 Commits

Author SHA1 Message Date
Eliot Horowitz
afe21e02c1 look for settings.py backwards a bit 2009-08-27 11:53:01 -04:00
Eliot Horowitz
dabf2ce546 1.0.0 marker 2009-08-27 09:46:00 -04:00
3 changed files with 4 additions and 2 deletions

View File

@@ -1290,6 +1290,8 @@ def s3push( localName , remoteName=None , remotePrefix=None , fixName=True , pla
remotePrefix = "-" + distName
sys.path.append( "." )
sys.path.append( ".." )
sys.path.append( "../../" )
import simples3
import settings

View File

@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 0.9.10
PROJECT_NUMBER = 1.0.0
OUTPUT_DIRECTORY = docs
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English

View File

@@ -33,6 +33,6 @@
namespace mongo {
const char versionString[] = "0.9.10";
const char versionString[] = "1.0.0";
} // namespace mongo