1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

Revert "seed random() with urandom"

This reverts commit 12b851a1b8.
This commit is contained in:
urlbot
2015-08-30 10:50:37 +02:00
parent 12b851a1b8
commit 9a8721265b
3 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import sys, re, time, pickle
import sys, re, time, pickle, random
import urllib.request, urllib.parse, urllib.error, html.parser
from common import *