summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2014-02-28 10:13:33 -0500
committerAllan McRae <allan@archlinux.org>2014-03-03 11:25:55 +1000
commit0b0fe51a2cb1b5d8b5031b4299547a4e5fd47c20 (patch)
tree455938c807ae9235d76990ce9ee79ede96c3d1ac
parent620d2d9d587b9f361fedb464501f59141c98d3da (diff)
downloadpacman-0b0fe51a2cb1b5d8b5031b4299547a4e5fd47c20.tar.gz
pacman-0b0fe51a2cb1b5d8b5031b4299547a4e5fd47c20.zip
pmpkg.py: remove unused imports
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--test/pacman/pmpkg.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/pacman/pmpkg.py b/test/pacman/pmpkg.py
index 8ec08003..e7362d39 100644
--- a/test/pacman/pmpkg.py
+++ b/test/pacman/pmpkg.py
@@ -14,11 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
import os
-import tempfile
-import stat
-import shutil
from StringIO import StringIO
import tarfile