commit: 861f9f8a7d4e5f1b4f527c81d5b71498551838a8
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 18:55:23 2015 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 18:55:23 2015 +0000
URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=861f9f8a
setup.py: Closes bracket for database module appending
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index d8f468d..140aacb 100755
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ for mod in sorted(SELECTABLE):
for plugin in sorted(DB_PLUGINS):
if plugin in USE:
- modules.append(DB_PLUGINS[plugin]
+ modules.append(DB_PLUGINS[plugin])
for plugin in sorted(SYNC_PLUGINS):
if plugin in USE: