Skip to content

Commit

Permalink
update list internal libs in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RouxRC committed Apr 30, 2017
1 parent ce74767 commit 87b3553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazouilleur/lib/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
exit(1)

try:
from gazouilleur.lib import ircclient_with_names, irccolors, feeds, filelogger, httpget, log, microblog, mongo, stats, utils, templater
from gazouilleur.lib import ircclient_with_names, irccolors, feeds, filelogger, httpget, log, microblog, mongo, resolver, stats, utils, templater, webmonitor
except Exception as e:
logerr("Oups, looks like something is wrong somewhere in the code, shouldn't be committed...")
logerr("%s\n%s" % (e, "\n".join(format_exc().splitlines()[-3:-1])))
Expand Down

0 comments on commit 87b3553

Please sign in to comment.