randomcarl / cr-data-manager

Automatically exported from code.google.com/p/cr-data-manager
0 stars 0 forks source link

Data Manager might not work inside a combined script #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by rainer.c...@googlemail.com on 6 May 2013 at 7:37

GoogleCodeExporter commented 9 years ago
happens when CV scraper runs before DM in a combined script. Reason is: CV 
scraper also has a module named utils.py where it won't find the DM inifile 
class.

fixed by renaming utils.py to dmutils.py and correcting all references in the 
project.

fixed in 1.0.3

Original comment by rainer.c...@googlemail.com on 6 May 2013 at 10:00