diff options
author | dakkar <dakkar@luxion> | 2007-06-04 20:33:23 +0000 |
---|---|---|
committer | dakkar <dakkar@luxion> | 2007-06-04 20:33:23 +0000 |
commit | ab22d844899e7f287b927d64a04cbfd8baf62aa6 (patch) | |
tree | f8d4b2540cd82102bd70bab3edcee58fadbc7e65 /script/URLQueue.pl | |
download | URLQueue-ab22d844899e7f287b927d64a04cbfd8baf62aa6.tar.gz URLQueue-ab22d844899e7f287b927d64a04cbfd8baf62aa6.tar.bz2 URLQueue-ab22d844899e7f287b927d64a04cbfd8baf62aa6.zip |
import del programma
git-svn-id: svn://luxion/repos/URLQueue/trunk@244 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 'script/URLQueue.pl')
-rw-r--r-- | script/URLQueue.pl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/script/URLQueue.pl b/script/URLQueue.pl new file mode 100644 index 0000000..5f96015 --- /dev/null +++ b/script/URLQueue.pl @@ -0,0 +1,9 @@ +#!/usr/bin/perl +use strict; +use warnings; +use Gtk2 '-init'; +use URLQueue::MainController; + +my $main_controller=URLQueue::MainController->new(); + +$main_controller->run; |