summaryrefslogtreecommitdiff
path: root/testxml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-09 11:46:10 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-09 11:46:10 -0300
commitb995af7aa1001685ab584da9017550b61791b172 (patch)
tree9a04926d06e36593394db881f20f0fa266f37cac /testxml
parent5aa62e4e94b1dae37633a92f54c7ffd02b5f3805 (diff)
downloadtools-b995af7aa1001685ab584da9017550b61791b172.tar.gz
tools-b995af7aa1001685ab584da9017550b61791b172.tar.bz2
tools-b995af7aa1001685ab584da9017550b61791b172.tar.xz
tools-b995af7aa1001685ab584da9017550b61791b172.zip
New Git URLs
Diffstat (limited to 'testxml')
-rwxr-xr-xtestxml/testxml.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/testxml/testxml.py b/testxml/testxml.py
index 6ae9e12..9f37ab5 100755
--- a/testxml/testxml.py
+++ b/testxml/testxml.py
@@ -139,9 +139,9 @@ def printSeparator():
print "--------------------------------------------------------------------------------"
def showHeader():
- print "Evol client data validator."
- print "Run at: " + datetime.datetime.now().isoformat()
- print "https://gitlab.com/evol/evol-tools/blob/master/testxml/testxml.py"
+ print("Client Data Validator.")
+ print("Run at: " + datetime.datetime.now().isoformat())
+ print("https://git.themanaworld.org/ml/tools/blob/master/testxml/testxml.py")
printSeparator()
def showFooter():