aboutsummaryrefslogtreecommitdiff
path: root/download/bz2toDB.py
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-09-16 03:42:56 +0200
committerache <ache@ache.one>2021-09-16 03:42:56 +0200
commit3f90a60d0f793084eebbbd15a26b7af2acdeac48 (patch)
treee99e04522ee1144b428161c4723b1d76c2470354 /download/bz2toDB.py
parentAdd the dfrf command (diff)
Command every scripts
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