Skip to content
Snippets Groups Projects
Commit 4bbf9e28 authored by jurgenhaas's avatar jurgenhaas
Browse files

SV-155582 Turn off svn hooks for now

parent 27445b29
Branches main
No related tags found
No related merge requests found
#!/usr/bin/python2
#!/usr/bin/python3
# coding=utf-8
__version__ = '1.0'
__version__ = '2.0'
__author__ = 'Jürgen Haas'
exit(0)
import sys
import os
import re
import subprocess
import tempfile
from youtrack.connection import Connection
from youtrack import YouTrackException
try:
......
#!/usr/bin/python2
#!/usr/bin/python3
# coding=utf-8
__version__ = '1.0'
__version__ = '2.0'
__author__ = 'Jürgen Haas'
exit(0)
import sys
import os
import re
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment