change pypungi imports to pungi

This commit is contained in:
Dennis Gilmore 2015-03-12 16:12:38 -05:00
parent fdc7901127
commit 07e90f0f96
30 changed files with 115 additions and 115 deletions

View file

@ -23,7 +23,7 @@ __all__ = (
import errno
import os
from pypungi.util import makedirs
from pungi.util import makedirs
class Paths(object):