8000 fixed minor import issue (#17) · Daddis2/server-client-python@63a4e1a · GitHub
[go: up one dir, main page]

Skip to content

Commit 63a4e1a

Browse files
authored
fixed minor import issue (tableau#17)
1 parent 4f8e74a commit 63a4e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tableauserverapi/models/view_item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import xml.etree.ElementTree as ET
2-
from exceptions import UnpopulatedPropertyError
2+
from .exceptions import UnpopulatedPropertyError
33
from .. import NAMESPACE
44

55

0 commit comments

Comments
 (0)
0