aboutsummaryrefslogtreecommitdiffstats
path: root/FuseArchive
diff options
context:
space:
mode:
Diffstat (limited to 'FuseArchive')
-rw-r--r--FuseArchive/ChunkBufferStringIO.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/FuseArchive/ChunkBufferStringIO.py b/FuseArchive/ChunkBufferStringIO.py
index 9a27f51..be8aea0 100644
--- a/FuseArchive/ChunkBufferStringIO.py
+++ b/FuseArchive/ChunkBufferStringIO.py
@@ -1,4 +1,4 @@
-import logging
+import logging, os
from cStringIO import StringIO
# Handle efficient operations on a non-fixed length buffer like appending,