aboutsummaryrefslogtreecommitdiff
path: root/download/bz2toDB.py
diff options
context:
space:
mode:
Diffstat (limited to 'download/bz2toDB.py')
-rw-r--r--download/bz2toDB.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/download/bz2toDB.py b/download/bz2toDB.py
index 1fddd85..a0c2cd3 100644
--- a/download/bz2toDB.py
+++ b/download/bz2toDB.py
@@ -1,3 +1,13 @@
+""" Not a script
+
+Don't use that script
+
+
+This python file store function related to bz2 python module and then the
+on the fly method of decompression.
+
+"""
+
import bz2
import sys