Add support for 7sur7.be
[gofetch.git] / src / be / nikiroo / gofetch / Main.java
index 7aa94053d10236932897c872e34c236e93560b53..1672c88ef5ae140317760d98798ea7f775bcc1b1 100644 (file)
@@ -3,7 +3,7 @@ package be.nikiroo.gofetch;
 import java.io.File;
 import java.io.IOException;
 
-import be.nikiroo.gofetch.support.BasicSupport.Type;
+import be.nikiroo.gofetch.support.Type;
 
 /**
  * This class is tha main entry point of the program. It will parse the
@@ -105,4 +105,4 @@ public class Main {
 
                new Fetcher(dir, preselector, type, maxStories, hostname, port).start();
        }
-}
\ No newline at end of file
+}