[Treepkg-commits] r284 - branches/scratchbox/treepkg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Apr 16 11:31:17 CEST 2010


Author: bricks
Date: 2010-04-16 11:31:16 +0200 (Fri, 16 Apr 2010)
New Revision: 284

Modified:
   branches/scratchbox/treepkg/util.py
Log:
added missing import of pwd


Modified: branches/scratchbox/treepkg/util.py
===================================================================
--- branches/scratchbox/treepkg/util.py	2010-04-16 09:14:52 UTC (rev 283)
+++ branches/scratchbox/treepkg/util.py	2010-04-16 09:31:16 UTC (rev 284)
@@ -12,6 +12,7 @@
 import tempfile
 import shutil
 import fnmatch
+import pwd
 
 import run
 



More information about the Treepkg-commits mailing list