fir argument

This commit is contained in:
Usman Nasir
2019-12-10 22:50:24 +05:00
parent 85d7226f81
commit 4509dda78f

View File

@@ -13,8 +13,6 @@ import socket
from os.path import * from os.path import *
from stat import * from stat import *
import stat import stat
from os import urandom
from random import choice
char_set = {'small': 'abcdefghijklmnopqrstuvwxyz', char_set = {'small': 'abcdefghijklmnopqrstuvwxyz',
'nums': '0123456789', 'nums': '0123456789',
@@ -1893,7 +1891,7 @@ milter_default_action = accept
return res # Though probably not used return res # Though probably not used
def setupVirtualEnv(distro): def setupVirtualEnv(self, distro):
try: try:
## ##