summaryrefslogtreecommitdiff
path: root/giscanner/collections/__init__.py
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2013-08-14 07:42:17 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2013-10-08 20:56:14 +0200
commit97746398f1c3ea06b3020f43fb97d4251fc7eddf (patch)
tree58449bb63f6d323a53f0fd23dbb2e80416b6b5cd /giscanner/collections/__init__.py
parent556bb8ee3402b92e2936ed3b594cdfc0b04a9db5 (diff)
downloadgobject-introspection-97746398f1c3ea06b3020f43fb97d4251fc7eddf.tar.gz
giscanner: store indentation before the '*' of each line
Diffstat (limited to 'giscanner/collections/__init__.py')
-rw-r--r--giscanner/collections/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/collections/__init__.py b/giscanner/collections/__init__.py
index 29987a10..aa3814a7 100644
--- a/giscanner/collections/__init__.py
+++ b/giscanner/collections/__init__.py
@@ -19,4 +19,5 @@
#
+from .counter import Counter
from .ordereddict import OrderedDict