Archived
1
0

Added imports to __init__'s

This commit is contained in:
Harmen Prins 2014-06-12 15:05:59 +02:00
parent 8cf48e6702
commit 534ca0dcea
3 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
from GUI import gui
import FourmiCrawler, GUI, tests, utils, fourmi, gui_launcher

View File

@ -1 +1,2 @@
import test_configurator, test_gui, test_pipeline, test_sourceloader, test_spider

View File

@ -0,0 +1 @@
import configurator, sourceloader