##// END OF EJS Templates
Temporary fix to get setup.py to not crash. Full fix on the way.
Brian E Granger -
Show More
@@ -160,7 +160,9 b' def find_data_files():'
160 160 ('data', manpagebase, manpages),
161 161 ('data',pjoin(docdirbase, 'extensions'),igridhelpfiles),
162 162 ]
163 return data_files
163 # import pprint
164 # pprint.pprint(data_files)
165 return []
164 166
165 167 #---------------------------------------------------------------------------
166 168 # Find scripts
General Comments 0
You need to be logged in to leave comments. Login now