diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2013-07-17 10:13:11 +1000 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2013-07-17 10:13:11 +1000 |
commit | 1fb70757f2e7d5a783b389249a3bcd3149eb6fcf (patch) | |
tree | 9c84590ae3456273596f5de205efb1df19cb1ea8 /.hgignore | |
parent | ba05f74e0d5c868b6b3b346d03c57d050305f88d (diff) | |
download | mongo-1fb70757f2e7d5a783b389249a3bcd3149eb6fcf.tar.gz |
Fix "make install" of Python. Remove old code and restructure the Python sources under lang/python to simplify the installation step.
--HG--
rename : lang/python/fpacking.py => lang/python/wiredtiger/fpacking.py
rename : lang/python/intpack-test.py => lang/python/wiredtiger/intpack-test.py
rename : lang/python/intpacking.py => lang/python/wiredtiger/intpacking.py
rename : lang/python/packing-test.py => lang/python/wiredtiger/packing-test.py
rename : lang/python/packing.py => lang/python/wiredtiger/packing.py
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore index a523a281339..724585de3ac 100644 --- a/.hgignore +++ b/.hgignore @@ -18,7 +18,7 @@ ^docs/latex ^docs/python ^docs/swig -^lang/python/(wiredtiger.py|wiredtiger_wrap.c) +^lang/python/(wiredtiger/__init__.py|wiredtiger_wrap.c) ^releases ^src/server ^test/bt/(CONFIG|__rand|__wt.bdb|__wt.run|__wt.wt|db|t|vgout\..*) |