Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nhumrich committed Jun 9, 2016
1 parent a6476ae commit ea99160
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion tests/test_find_max_daily_commits.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from gitfiti import find_max_daily_commits, parse_contributions_calendar
from gitfiti.main import find_max_daily_commits, parse_contributions_calendar


CONTRIBUTIONS_CALENDAR_SVG = '''\
Expand Down
2 changes: 1 addition & 1 deletion tests/test_str_to_sprite.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from gitfiti import str_to_sprite, ONEUP_STR
from gitfiti.main import str_to_sprite, ONEUP_STR


SYMBOLS = '''
Expand Down

0 comments on commit ea99160

Please sign in to comment.