diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-02-21 02:48:37 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-02-21 02:48:37 (GMT) |
commit | cf04d28872f289dd08a97dc17a882f01979e8d6e (patch) | |
tree | a5a57902c2bbd79a56650cfb3a7e393c4e99e46b | |
parent | 00908afe032e51ba050c6257d8810e9540b22c98 (diff) |
file name refactoring
git-svn-id: https://svn.helsinki.at/rhimport/trunk@12 7c65635b-ec39-4f67-a626-873dbafdd612
-rwxr-xr-x | rhimport (renamed from rhimport.pl) | 2 | ||||
-rw-r--r-- | rhimport.pm (renamed from rhimport_tools.pm) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |