Skip to content

Commit

Permalink
rename plugins dir to cassbot_plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
thepaul committed Jan 20, 2011
1 parent a63f1ff commit 41de9cc
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.pyc
plugins/dropin.cache
cassbot_plugins/dropin.cache
cassbot.state.db
/run
2 changes: 1 addition & 1 deletion cassbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from twisted.plugin import getPlugins, IPlugin
from twisted.application import internet, service
from zope.interface import Interface, interface, implements
import plugins
import cassbot_plugins

try:
import cPickle as pickle
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 41de9cc

Please sign in to comment.