Skip to content

Commit

Permalink
fix typo in importing encode method from safefilename in holland-pgdump
Browse files Browse the repository at this point in the history
  • Loading branch information
abg committed Dec 23, 2010
1 parent ad9cba4 commit ce254cd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@
# Holland general compression functions
from holland.lib.compression import open_stream
# holland-common safefilename encoding
from holland.lib.safefilename import encode_safe
from holland.lib.safefilename import encode as encode_safe

LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit ce254cd

Please sign in to comment.