mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Import md5 from hashlib in tupkgs.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
460a6ccb46
commit
d210584afd
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,6 @@ import select
|
|||
import struct
|
||||
import cgi
|
||||
import urllib
|
||||
import md5
|
||||
import MySQLdb
|
||||
import MySQLdb.connections
|
||||
import ConfigParser
|
||||
|
@ -29,6 +28,7 @@ import getopt
|
|||
import os.path
|
||||
import os
|
||||
import time
|
||||
from hashlib import md5
|
||||
|
||||
CONFIGFILE = '/etc/tupkgs.conf'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue