Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. From e088d93faf68a0f93c693640c9c961f300db2eb0 Mon Sep 17 00:00:00 2001
  2. From: Raghav RV <rvraghav93@gmail.com>
  3. Date: Thu, 20 Oct 2016 16:47:38 +0200
  4. Subject: [PATCH] Undo Recythonize all patch
  5.  
  6. ---
  7. build_tools/cythonize.py | 1 -
  8. 1 file changed, 1 deletion(-)
  9.  
  10. diff --git a/build_tools/cythonize.py b/build_tools/cythonize.py
  11. index 8cfb396..b01da58 100755
  12. --- a/build_tools/cythonize.py
  13. +++ b/build_tools/cythonize.py
  14. @@ -187,7 +187,6 @@ def check_and_cythonize(root_dir):
  15.  
  16.  
  17. def main(root_dir=DEFAULT_ROOT):
  18. - os.remove(HASH_FILE)
  19. check_and_cythonize(root_dir)
  20.  
  21.  
  22. --
  23. 2.7.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement