Skip to content

Commit

Permalink
Import dateutil.tz
Browse files Browse the repository at this point in the history
The tz module isn't visible if importing only dateutil.
  • Loading branch information
Sean Kelly committed Jul 15, 2016
1 parent 588f598 commit db9480b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/changes/p4poller.py
Expand Up @@ -22,7 +22,7 @@
import os
import re

import dateutil
import dateutil.tz
from twisted.internet import defer
from twisted.internet import protocol
from twisted.internet import reactor
Expand Down

0 comments on commit db9480b

Please sign in to comment.