projects
/
lsb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a939a69
)
PyUT: Fix a minor typo.
author
Didier Raboud
<odyx@debian.org>
Tue, 22 May 2012 08:46:32 +0000
(10:46 +0200)
committer
Didier Raboud
<odyx@debian.org>
Tue, 22 May 2012 09:25:26 +0000
(11:25 +0200)
Git-Dch: None
test/test_initdutils.py
patch
|
blob
|
history
diff --git
a/test/test_initdutils.py
b/test/test_initdutils.py
index b422a68e454d2bb8f6edaf4a862ecb8036674f4a..cdb5a9e431e7f1c1d7da08b3438cdf3cc553e2bd 100644
(file)
--- a/
test/test_initdutils.py
+++ b/
test/test_initdutils.py
@@
-3,7
+3,7
@@
import unittest
import initdutils as iu
-class TestInitdUtils
e
(unittest.TestCase):
+class TestInitdUtils(unittest.TestCase):
@unittest.skip('Test not implemented.')
def test_scan_initfile():