Skip to content

Commit d407716

Browse files
committed
Bring exceptions into package scope
Expose package exceptions in the package’s namespace.
1 parent 3bdd33c commit d407716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciscosparkapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import exceptions
1+
from exceptions import ciscosparkapiException, SparkApiError
22
from restsession import RestSession
33
from api.rooms import Room, RoomsAPI
44

0 commit comments

Comments
 (0)