geocc / i2py

Automatically exported from code.google.com/p/i2py
GNU General Public License v2.0
0 stars 0 forks source link

Fix setup.py to use i2py_map instead of bultin map #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This bug was generated by this commit:
https://code.google.com/p/i2py/source/detail?r=53

Bugfix:
Index: i2py/__init__.py
===================================================================
--- i2py/__init__.py    (revision 55)
+++ i2py/__init__.py    (working copy)
@@ -36,7 +36,7 @@
 import config
 from error import error_occurred, get_error_list
 from parser import parse
-from map import map_var, map_pro, map_func
+from i2py_map import map_var, map_pro, map_func
 import maplib

Original issue reported on code.google.com by wschoen...@gmail.com on 2 Aug 2013 at 3:30