Show More
@@ -80,9 +80,9 b' class teststate(object):' | |||||
80 |
|
80 | |||
81 | def _toexists(self, exists): |
|
81 | def _toexists(self, exists): | |
82 | if exists: |
|
82 | if exists: | |
83 |
return 'exist |
|
83 | return 'exist' | |
84 | else: |
|
84 | else: | |
85 |
return 'not exist |
|
85 | return 'not exist' | |
86 |
|
86 | |||
87 | class testlock(unittest.TestCase): |
|
87 | class testlock(unittest.TestCase): | |
88 | def testlock(self): |
|
88 | def testlock(self): |
General Comments 0
You need to be logged in to leave comments.
Login now