mirror of
https://github.com/wassname/sloth.git
synced 2026-07-05 09:42:50 +08:00
Import InvalidArgumentException
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import os
|
||||
import fnmatch
|
||||
from sloth.core.exceptions import ImproperlyConfigured, NotImplementedException
|
||||
from sloth.core.exceptions import ImproperlyConfigured, NotImplementedException, InvalidArgumentException
|
||||
from sloth.core.utils import import_callable
|
||||
try:
|
||||
import cPickle as pickle
|
||||
|
||||
Reference in New Issue
Block a user