[game-data-packager] 03/08: quake: add missing imports

Simon McVittie smcv at debian.org
Wed Jan 14 00:38:17 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 067ad8d49620202437e4beeacd5ae69315f09c83
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Jan 14 00:17:07 2015 +0000

    quake: add missing imports
---
 lib/game_data_packager/games/quake.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/game_data_packager/games/quake.py b/lib/game_data_packager/games/quake.py
index f70b64b..dbff6ce 100644
--- a/lib/game_data_packager/games/quake.py
+++ b/lib/game_data_packager/games/quake.py
@@ -16,8 +16,10 @@
 # /usr/share/common-licenses/GPL-2.
 
 import logging
+import os
 
 from .. import GameData
+from ..util import TemporaryUmask, mkdir_p
 
 logger = logging.getLogger('game-data-packager.games.quake')
 

-- 
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