[csw-devel] SF.net SVN: gar:[21711] csw/mgar/gar/v2/lib/python/checkpkg_lib.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Aug 11 16:12:53 CEST 2013
Revision: 21711
http://gar.svn.sourceforge.net/gar/?rev=21711&view=rev
Author: wahwah
Date: 2013-08-11 14:12:53 +0000 (Sun, 11 Aug 2013)
Log Message:
-----------
pkgdb: vim not configured well on the web host. :|
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/checkpkg_lib.py
Modified: csw/mgar/gar/v2/lib/python/checkpkg_lib.py
===================================================================
--- csw/mgar/gar/v2/lib/python/checkpkg_lib.py 2013-08-11 14:08:50 UTC (rev 21710)
+++ csw/mgar/gar/v2/lib/python/checkpkg_lib.py 2013-08-11 14:12:53 UTC (rev 21711)
@@ -1026,8 +1026,8 @@
rows = connection.queryAll(query)
pkgs = {}
for row in rows:
- basename, pkginst = row
- pkgs.setdefault(pkginst, []).append(basename)
+ basename, pkginst = row
+ pkgs.setdefault(pkginst, []).append(basename)
return pkgs
def GetPkgByPath(self, full_file_path, osrel, arch, catrel):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list