TestRunner.py import moved to top
This patch moves these imports to the top.
This commit is contained in:
parent
67e4dd923e
commit
44983793f5
@ -20,12 +20,11 @@ import subprocess
|
|||||||
import tempfile
|
import tempfile
|
||||||
import random
|
import random
|
||||||
import offlineimap.virtual_imaplib2 as imaplib
|
import offlineimap.virtual_imaplib2 as imaplib
|
||||||
|
|
||||||
random.seed()
|
|
||||||
|
|
||||||
from offlineimap.CustomConfig import CustomConfigParser
|
from offlineimap.CustomConfig import CustomConfigParser
|
||||||
from . import default_conf
|
from . import default_conf
|
||||||
|
|
||||||
|
random.seed()
|
||||||
|
|
||||||
|
|
||||||
class OLITestLib():
|
class OLITestLib():
|
||||||
cred_file = None
|
cred_file = None
|
||||||
|
Loading…
Reference in New Issue
Block a user