Need to import shutil in order to use it.

This commit is contained in:
Jesse Keating 2007-11-21 09:17:14 -05:00 committed by Jesse Keating
parent cf54262dee
commit a621cdc5c5
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
import logging
import os
import subprocess
import shutil
class PungiBase(object):
"""The base Pungi class. Set up config items and logging here"""