Skip to content
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions atlassian/jira8.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@

class Jira8(Jira):
# methods migrated into main module
@staticmethod
def print_module_name():
print(__name__)