[pycopia] r745 committed - Vim can't import from egg (zip) file.

5 views
Skip to first unread message

pyc...@googlecode.com

unread,
Apr 1, 2014, 8:36:31 PM4/1/14
to pyc...@googlegroups.com
Revision: 745
Author: keith.dart
Date: Wed Apr 2 00:36:07 2014 UTC
Log: Vim can't import from egg (zip) file.

http://code.google.com/p/pycopia/source/detail?r=745

Modified:
/trunk/vim/setup.py

=======================================
--- /trunk/vim/setup.py Fri Jun 15 15:59:33 2012 UTC
+++ /trunk/vim/setup.py Wed Apr 2 00:36:07 2014 UTC
@@ -59,6 +59,7 @@
namespace_packages = ["pycopia"],
packages = ["pycopia", "pycopia.vimlib"],
test_suite = "test.VimTests",
+ zip_safe=False, # vim can't import from zip file.
data_files = DATA_FILES,
scripts = glob("bin/*"),
# install_requires = [
Reply all
Reply to author
Forward
0 new messages