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)
commitf3fc2edd61405ae40360258f9eb743342f05235a (patch)
treea5a57902c2bbd79a56650cfb3a7e393c4e99e46b
parentab461d0ca3c650a9c989ec3d0a53b21e32d93eae (diff)
file name refactoring
-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