Drop depencence on six module

This commit is contained in:
cclauss
2019-01-07 15:50:05 +01:00
parent 00d8f39840
commit a8a02e881d
6 changed files with 1 additions and 14 deletions

View File

@@ -33,8 +33,6 @@ This script builds qhrlp files from a local copy of the wiki
import sys, os, re, tempfile, getopt, shutil
from urllib2 import urlopen, HTTPError
from six.moves import raw_input
# CONFIGURATION #################################################
FOLDER = "./localwiki"