Skip to content

Commit

Permalink
Adds Counter to the default environment
Browse files Browse the repository at this point in the history
  • Loading branch information
unbrice committed Jun 19, 2015
1 parent 80ccc4d commit 21823cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py1/user_code_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import re
import sys
import os
from collections import defaultdict
from collections import Counter, defaultdict

# Conveniency variables.
ENV = os.environ # ENV: dict of Environment strings
Expand Down

0 comments on commit 21823cc

Please sign in to comment.