We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ad568 commit a76813bCopy full SHA for a76813b
Dockerfile.qa
@@ -37,7 +37,6 @@ RUN if [ $PYTHON_VERSION = '3.7' ] ; then \
37
elif [ $PYTHON_VERSION = '3.11' ] ; then \
38
apt-get install -y python$PYTHON_VERSION-distutils python3-distutils-extra python3-apt --reinstall ; \
39
curl -sS https://bootstrap.pypa.io/get-pip.py | python$PYTHON_VERSION ; \
40
-
41
else \
42
apt-get install -y python3-distutils python3-distutils-extra python3-apt --reinstall ; \
43
fi
atlassian/__init__.py
@@ -8,6 +8,7 @@
8
from .jira import Jira
9
from .marketplace import MarketPlace
10
from .portfolio import Portfolio
11
+from .service_desk import ServiceDesk
12
from .service_desk import ServiceDesk as ServiceManagement
13
from .xray import Xray
14
0 commit comments