mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Just some slight style things (I'm committing because DannyB will be hacking on it later).
This commit is contained in:
parent
c2f179cd0d
commit
ef4aed0db3
@ -29,26 +29,26 @@
|
||||
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
###
|
||||
|
||||
"""
|
||||
Bugzilla bug retriever
|
||||
"""
|
||||
import urllib
|
||||
import string
|
||||
import xml.dom.minidom as minidom
|
||||
import base64
|
||||
import re
|
||||
|
||||
import os
|
||||
import re
|
||||
import string
|
||||
import urllib
|
||||
import base64
|
||||
import xml.dom.minidom as minidom
|
||||
from htmlentitydefs import entitydefs as entities
|
||||
|
||||
import plugins
|
||||
|
||||
import string
|
||||
import sqlite
|
||||
|
||||
import conf
|
||||
import utils
|
||||
import plugins
|
||||
import privmsgs
|
||||
import callbacks
|
||||
import conf
|
||||
import sqlite
|
||||
|
||||
dbfilename = os.path.join(conf.dataDir, 'Bugzilla.db')
|
||||
def makeDb(filename):
|
||||
|
Loading…
Reference in New Issue
Block a user