MAINT: Remove unused blob and b64_blob attributes.

pull/37/head
Scott Sanderson 12 years ago committed by Min RK
parent f20a7b41cb
commit fcc1bbecb3

@ -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)

Loading…
Cancel
Save