[game-data-packager] 01/02: pyflakes

Alexandre Detiste detiste-guest at moszumanska.debian.org
Fri Feb 5 09:13:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit 4aad37bf803a6ce21a11d6242cd205a6f75a90b1
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Fri Feb 5 09:42:24 2016 +0100

    pyflakes
---
 game_data_packager/build.py | 1 -
 tools/mirror.py             | 1 -
 2 files changed, 2 deletions(-)

diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index b4b2999..05e208f 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -44,7 +44,6 @@ from .paths import (DATADIR, ETCDIR)
 from .unpack import (TarUnpacker, ZipUnpacker)
 from .unpack.umod import (Umod)
 from .util import (AGENT,
-        MEBIBYTE,
         TemporaryUmask,
         check_call,
         check_output,
diff --git a/tools/mirror.py b/tools/mirror.py
index 590ed82..1a239f7 100755
--- a/tools/mirror.py
+++ b/tools/mirror.py
@@ -28,7 +28,6 @@ KEEP_FREE_SPACE = 250 * 1024 * 1024
 
 import argparse
 import os
-import subprocess
 import urllib
 
 from game_data_packager import (load_games)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list