diff options
Diffstat (limited to 'autopart.py')
-rw-r--r-- | autopart.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autopart.py b/autopart.py index d058374e4..eb86bbf53 100644 --- a/autopart.py +++ b/autopart.py @@ -3,7 +3,7 @@ # # Jeremy Katz <katzj@redhat.com> # -# Copyright 2001 Red Hat, Inc. +# Copyright 2001-2002 Red Hat, Inc. # # This software may be freely redistributed under the terms of the GNU # library public license. @@ -22,7 +22,7 @@ from partitioning import * import partedUtils import partRequests from constants import * -from translate import _, N_ +from rhpl.translate import _, N_ from partErrors import * from log import log |