creating wizard view - finishing in src/core.py
author“Alexandr <“popov2al@gmail.com”>
Fri, 3 Apr 2009 18:49:49 +0000 (22:49 +0400)
committer“Alexandr <“popov2al@gmail.com”>
Fri, 3 Apr 2009 18:49:49 +0000 (22:49 +0400)
src/core.py

index 54737cf..de6681f 100644 (file)
@@ -18,7 +18,9 @@ class Core_Control(object):
             out = Out_Table_Control(self.cfg)
             
         if search_type is 'large_file':
-            from searchfile import Search_File_Control
+            from filesearch import Search_File_Control
+            search = Search_File_Control(self.cfg, out)
+
         elif search_type is 'large_pkg':
             from pkgsearch import Search_Pkg_Control
             search = Search_Pkg_Control(self.cfg, out)