Add import in the right place...
This commit is contained in:
parent
a26238c396
commit
fbbf1f9747
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue