Skip to content

Commit

Permalink
fix dependency for python2.7 counter
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Dec 23, 2014
1 parent 4db6089 commit 5f637e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/exabgp/util/counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
From python2.7 standard library
"""

from _abcoll import *

class Counter(dict):
'''Dict subclass for counting hashable items. Sometimes called a bag
or multiset. Elements are stored as dictionary keys and their counts
Expand Down

0 comments on commit 5f637e8

Please sign in to comment.