aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fs/test_fs.py')
-rw-r--r--tests/fs/test_fs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/fs/test_fs.py b/tests/fs/test_fs.py
index 605be48ff..30f844f65 100644
--- a/tests/fs/test_fs.py
+++ b/tests/fs/test_fs.py
@@ -7,7 +7,6 @@ from snakeoil.osutils import normpath, pjoin
class base:
-
kls = None
def make_obj(self, location="/tmp/foo", **kwds):
@@ -98,7 +97,6 @@ class base:
class Test_fsFile(base):
-
kls = fs.fsFile
def test_init(self):