summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-02-21 02:48:37 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-02-21 02:48:37 (GMT)
commitcf04d28872f289dd08a97dc17a882f01979e8d6e (patch)
treea5a57902c2bbd79a56650cfb3a7e393c4e99e46b
parent00908afe032e51ba050c6257d8810e9540b22c98 (diff)
file name refactoring
git-svn-id: https://svn.helsinki.at/rhimport/trunk@12 7c65635b-ec39-4f67-a626-873dbafdd612
-rwxr-xr-xrhimport (renamed from rhimport.pl)2
-rw-r--r--rhimport.pm (renamed from rhimport_tools.pm)0
2 files changed, 1 insertions, 1 deletions
diff --git a/rhimport.pl b/rhimport
index f477ee5..6e1a9d3 100755
--- a/rhimport.pl
+++ b/rhimport
@@ -23,7 +23,7 @@
use strict;
-use rhimport_tools;
+use rhimport;
use Getopt::Long;
use DBI;
diff --git a/rhimport_tools.pm b/rhimport.pm
index eda2d79..eda2d79 100644
--- a/rhimport_tools.pm
+++ b/rhimport.pm