mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Help people find random2.py.
To avoid support questions.
This commit is contained in:
parent
c826799736
commit
87ebf11996
1 changed files with 6 additions and 1 deletions
|
@ -26,8 +26,13 @@
|
|||
import sys
|
||||
import re
|
||||
import time
|
||||
import random2
|
||||
from pysollib.mfxutil import SubclassResponsibility
|
||||
try:
|
||||
import random2
|
||||
except ImportError:
|
||||
raise ImportError(
|
||||
"You need to install " +
|
||||
"https://pypi.python.org/pypi/random2 using pip or similar.")
|
||||
|
||||
|
||||
if sys.version_info > (3,):
|
||||
|
|
Loading…
Add table
Reference in a new issue