diff options
Diffstat (limited to 'drakxconf')
-rwxr-xr-x | drakxconf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ use lib qw(/usr/lib/libDrakX); use strict; +# i18n: IMPORTANT: to get correct namespace (drakconf instead of libDrakX) +BEGIN { unshift @::textdomains, 'drakconf' } + use standalone; #- warning, standalone must be loaded very first, for 'explanations' use interactive; use common; |