Bug 8315 - remove use C4::* version
[koha.git] / patroncards / image-manage.pl
index ba3267c..f9f7eac 100755 (executable)
@@ -12,8 +12,8 @@ use C4::Context;
 use C4::Auth;
 use C4::Output;
 use C4::Debug;
-use C4::Creators 1.000000;
-use C4::Patroncards 1.000000;
+use C4::Creators;
+use C4::Patroncards;
 
 my $cgi = CGI->new;