summaryrefslogtreecommitdiffstats
path: root/src/nbblib/commands.py
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-06-27 00:38:48 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-15 12:28:54 +0200
commitaee874ee1c445dd581a7bbf5183455b7e9e4e86d (patch)
tree599d29d71c8fc5391193b3e4413bde2a2a17a354 /src/nbblib/commands.py
parented5ebbdd86c99e896570022720da33c480fee8ec (diff)
downloadnbb-aee874ee1c445dd581a7bbf5183455b7e9e4e86d.tar.gz
nbb-aee874ee1c445dd581a7bbf5183455b7e9e4e86d.tar.xz
nbb-aee874ee1c445dd581a7bbf5183455b7e9e4e86d.zip
Rename newplugins to plugins
Diffstat (limited to 'src/nbblib/commands.py')
-rw-r--r--src/nbblib/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nbblib/commands.py b/src/nbblib/commands.py
index 7c8e068..861b8ba 100644
--- a/src/nbblib/commands.py
+++ b/src/nbblib/commands.py
@@ -4,7 +4,7 @@ import logging
import nbblib.package as package
-import nbblib.newplugins as plugins
+import nbblib.plugins as plugins
import nbblib.progutils as progutils
import nbblib.vcs as vcs
import nbblib.bs as bs