Add import in the right place...

This commit is contained in:
Klaus-Uwe Mitterer 2017-02-28 12:04:18 +01:00
parent a26238c396
commit fbbf1f9747
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import configparser, csv, datetime, html.parser, itertools, os, sqlite3, sys, tweepy
import ast, configparser, csv, datetime, html.parser, itertools, os, sqlite3, sys, tweepy
TWITTER = 0
MARKOV = 1

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
import ast, html.parser, tweepy, os, setuptools, translate, twitools
import html.parser, tweepy, os, setuptools, translate, twitools
lang = setuptools.getListSetting("Translate", "lang")
ato = setuptools.getListSetting("Translate", "ato")