[Python-modules-commits] [ujson] 03/10: dont-remove-build-dir
Sandro Tosi
morph at moszumanska.debian.org
Sun Jan 17 23:05:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository ujson.
commit 24f6d7a10b21ab89a5ed90888c8d5b1c0f742408
Author: Sandro Tosi <morph at debian.org>
Date: Wed Nov 4 03:21:15 2015 +0000
dont-remove-build-dir
---
setup.py | 5 -----
1 file changed, 5 deletions(-)
diff --git a/setup.py b/setup.py
index 0bc6985..edd934a 100755
--- a/setup.py
+++ b/setup.py
@@ -22,11 +22,6 @@ Programming Language :: Python :: 3
Programming Language :: Python :: 3.2
""".splitlines()))
-try:
- shutil.rmtree("./build")
-except(OSError):
- pass
-
module1 = Extension('ujson',
sources = ['./python/ujson.c',
'./python/objToJSON.c',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ujson.git
More information about the Python-modules-commits
mailing list