diff options
Diffstat (limited to 'partitions.py')
-rw-r--r-- | partitions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions.py b/partitions.py index c9c0a5361..4b125245a 100644 --- a/partitions.py +++ b/partitions.py @@ -23,7 +23,7 @@ import string import os, sys from constants import * -from translate import _ +from rhpl.translate import _ from log import log import fsset |