Skip to content

Commit cc3ada9

Browse files
author
Luiko Czub
committed
Merge tag 'rc4-conflict-solved'
RC4 Merge Conflict solved by Anton
2 parents 67a7a1b + 5cbde2e commit cc3ada9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ see [downloads]
7676

7777
TestLink-API-Python-client developers
7878
-------------------------------------
79-
* [James Stock], [Olivier Renault], kereval.com
79+
* [James Stock], [Olivier Renault]
8080
* [g4l4drim], [pade], [lczub]
8181
* anyone forgotten?
8282

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Copyright 2012 ??? , ???
55
#
6-
# Licensed under ???
6+
# Licensed under Apache 2.0
77
#
88

99
from os.path import join, dirname
@@ -15,9 +15,9 @@
1515
version=VERSION,
1616
description='Python XMLRPC client for the TestLink API',
1717
author='James Stock, Olivier Renault, TestLink-API-Python-client developers',
18-
author_email='???, ???, ???',
18+
author_email='[email protected], ???, ???',
1919
url='https://github.com/lczub/TestLink-API-Python-client',
20-
license = 'unknown',
20+
license = 'Apache 2.0',
2121
package_dir = {'': 'src'},
2222
packages=['testlink'],
2323
)

src/testlink/testlinkapi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ def getTestCaseAttachments(self, testcaseid):
162162
"""
163163
argsAPI = {'devKey' : self.devKey,
164164
'testcaseid':str(testcaseid)}
165-
return self._callServer('getTestCaseAttachments', argsAPI)
165+
166+
return self._callServer('getTestCaseAttachments', argsAPI)
166167

167168
def getTestCaseCustomFieldDesignValue(self, testcaseexternalid, version,
168169
testprojectid, customfieldname, details):

0 commit comments

Comments
 (0)