[Python-modules-commits] [ujson] 02/11: dont-remove-build-dir
Sandro Tosi
morph at moszumanska.debian.org
Tue Jun 14 19:26:40 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 e9d7894ba677903f0a2973919dc87aece206f000
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 1e1e220..cb3274c 100644
--- 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