[Python-modules-commits] [python-activipy] 04/07: fix import and missing identifier
Wolfgang Borgert
debacle at moszumanska.debian.org
Sun Nov 22 23:49:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-activipy.
commit 0c261e8ce37a4817665ad4b7713399b6b56e911f
Author: W. Martin Borgert <debacle at debian.org>
Date: Mon Nov 23 00:15:48 2015 +0100
fix import and missing identifier
---
activipy/testcli.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/activipy/testcli.py b/activipy/testcli.py
index 30e4ba8..35111f1 100644
--- a/activipy/testcli.py
+++ b/activipy/testcli.py
@@ -24,7 +24,9 @@ import sys
import argparse
from collections import namedtuple, OrderedDict
-from .core import Activity, InvalidActivity
+from .vocab import Activity
+
+class InvalidActivity(Exception): pass
class UserError(Exception): pass
class InvalidInput(UserError): pass
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-activipy.git
More information about the Python-modules-commits
mailing list