Browse Source

Forgot an import.

pull/15/head
Ben Kurtovic 9 years ago
parent
commit
6cb656908b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      commands/stars.py

+ 1
- 1
commands/stars.py View File

@@ -21,7 +21,7 @@
# SOFTWARE. # SOFTWARE.


from json import loads from json import loads
from urllib2 import urlopen
from urllib2 import urlopen, HTTPError


from earwigbot.commands import Command from earwigbot.commands import Command




Loading…
Cancel
Save