diff options
| author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-06-27 00:38:48 +0200 |
|---|---|---|
| committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-07-15 12:28:54 +0200 |
| commit | aee874ee1c445dd581a7bbf5183455b7e9e4e86d (patch) | |
| tree | 599d29d71c8fc5391193b3e4413bde2a2a17a354 /src/nbblib/vcs.py | |
| parent | ed5ebbdd86c99e896570022720da33c480fee8ec (diff) | |
| download | nbb-aee874ee1c445dd581a7bbf5183455b7e9e4e86d.tar.gz nbb-aee874ee1c445dd581a7bbf5183455b7e9e4e86d.tar.xz nbb-aee874ee1c445dd581a7bbf5183455b7e9e4e86d.zip | |
Rename newplugins to plugins
Diffstat (limited to 'src/nbblib/vcs.py')
| -rw-r--r-- | src/nbblib/vcs.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nbblib/vcs.py b/src/nbblib/vcs.py index c21b81e..8830cf3 100644 --- a/src/nbblib/vcs.py +++ b/src/nbblib/vcs.py @@ -4,8 +4,7 @@ import urlparse from nbblib import package from nbblib import progutils - -from nbblib import newplugins as plugins +from nbblib import plugins class AbstractConfig(object): |
