aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/command/__init__.py')
-rw-r--r--libbe/command/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/command/__init__.py b/libbe/command/__init__.py
index f1c74d5..18d12a5 100644
--- a/libbe/command/__init__.py
+++ b/libbe/command/__init__.py
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License along with
# Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>.
-import base
+from . import base
UserError = base.UserError
UsageError = base.UsageError