[jhbuild] Add a missing comma



commit 67d61e472e18997d71cef912d04cd3d2c606e21b
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Mon Aug 3 03:59:16 2015 +0800

    Add a missing comma
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753190

 jhbuild/modtypes/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/modtypes/__init__.py b/jhbuild/modtypes/__init__.py
index 6b8cd26..51ce4d2 100644
--- a/jhbuild/modtypes/__init__.py
+++ b/jhbuild/modtypes/__init__.py
@@ -23,7 +23,7 @@ __all__ = [
     'register_module_type',
     'parse_xml_node',
     'Package',
-    'get_dependencies'
+    'get_dependencies',
     'get_branch'
     ]
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]