1
0

fix: missing import 'stat' in network.py and simple_config.py

This commit is contained in:
SomberNight
2017-10-12 08:04:55 +02:00
parent f381eae251
commit 0510bdb85b
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ from __future__ import unicode_literals
import time
import queue
import os
import stat
import errno
import sys
import random