This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
Adjust imports
tags/v0.1^2
Ben Kurtovic
12 years ago
parent
e67ea9a91f
commit
1fc9028294
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
earwigbot/__init__.py
+ 1
- 2
earwigbot/__init__.py
View File
@@ -48,5 +48,4 @@ if not __release__:
finally:
del _add_git_commit_id_to_version
from earwigbot import (blowfish, bot, commands, config, irc, managers, tasks,
util, wiki)
from earwigbot import bot, commands, config, irc, managers, tasks, util, wiki
Write
Preview
Loading…
Cancel
Save