Imported Upstream version 7.8.1
[platform/upstream/gdb.git] / gdb / python / lib / gdb / __init__.py
index 557e168..8c6eee2 100644 (file)
@@ -81,7 +81,8 @@ PYTHONDIR = os.path.dirname(os.path.dirname(__file__))
 
 packages = [
     'function',
-    'command'
+    'command',
+    'printer'
 ]
 
 # pkgutil.iter_modules is not available prior to Python 2.6.  Instead,