Make sure nobody accidentally executes this and then wonders what's going on...

This commit is contained in:
Klaus-Uwe Mitterer 2015-04-13 02:14:34 +02:00
parent 284e64daee
commit bd7840f159

View file

@ -1,5 +1,9 @@
#!/usr/bin/env python
print "This script is not working yet... If you are trying to test it, please delete lines 3 to 5 of this file."
import sys
sys.exit(0)
import sqlite3, csv
try: