mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Cleaned up namespaces
This commit is contained in:
parent
e282789153
commit
35a44f7d06
@ -7,7 +7,7 @@ import waitress
|
||||
import monkey
|
||||
# rest of the project
|
||||
import database
|
||||
from utilities import *
|
||||
from utilities import resolveImage
|
||||
from urihandler import uri_to_internal, remove_identical
|
||||
# doreah toolkit
|
||||
from doreah import settings
|
||||
@ -19,10 +19,6 @@ import sys
|
||||
import signal
|
||||
import os
|
||||
import setproctitle
|
||||
# url handling
|
||||
import urllib.request
|
||||
import urllib.parse
|
||||
from urllib.error import *
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user