MAINT: Remove unused blob and b64_blob attributes.

This commit is contained in:
Scott Sanderson 2014-12-15 21:24:24 -05:00 committed by Min RK
parent f20a7b41cb
commit fcc1bbecb3

View File

@ -178,8 +178,6 @@ class APITest(NotebookTestBase):
return os.path.isdir(self.to_os_path(api_path))
def setUp(self):
self.blob = os.urandom(100)
self.b64_blob = base64.encodestring(self.blob).decode('ascii')
for d in (self.dirs + self.hidden_dirs):
self.make_dir(d)