Skip to content

Commit 6a37d12

Browse files
authored
Static method for the future deprecated modules (atlassian-api#395)
* Add static method
1 parent 09ac14e commit 6a37d12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

atlassian/jira8.py

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88

99
class Jira8(Jira):
1010
# methods migrated into main module
11+
@staticmethod
12+
def print_module_name():
13+
print(__name__)

0 commit comments

Comments
 (0)