[game-data-packager] 11/20: Remove an unused import
Simon McVittie
smcv at debian.org
Mon Jan 12 01:07:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository game-data-packager.
commit a9712c54fdab84f7995f56e187177d10f63cc178
Author: Simon McVittie <smcv at debian.org>
Date: Sun Jan 11 23:04:47 2015 +0000
Remove an unused import
---
lib/game_data_packager/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/game_data_packager/__init__.py b/lib/game_data_packager/__init__.py
index 9efc9ef..02f1d11 100644
--- a/lib/game_data_packager/__init__.py
+++ b/lib/game_data_packager/__init__.py
@@ -40,7 +40,7 @@ import zipfile
from debian.deb822 import Deb822
import yaml
-from .paths import DATADIR, ETCDIR, LIBDIR
+from .paths import DATADIR, ETCDIR
from .util import TemporaryUmask, mkdir_p, rm_rf, human_size, MEBIBYTE
from .version import GAME_PACKAGE_VERSION
--
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