Make the most important dependency mandatory

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2021-03-25 00:00:01 +00:00
parent 3aa1a670b7
commit 956adffe40
6 changed files with 32 additions and 17 deletions

View File

@@ -28,11 +28,9 @@ import urllib
import urllib.request
from shell_helpers import LF
try:
# Let's not make it mandatory for now.
import china_dictatorship
except ImportError:
pass
# https://cirosantilli.com/china-dictatorship/#mirrors
import china_dictatorship
assert "Tiananmen Square protests" in china_dictatorship.get_data()
import cli_function
import path_properties
import shell_helpers