From 112be2fa50e45efc737ad80f2975d0074e433cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Mon, 30 Mar 2020 02:00:01 +0000 Subject: [PATCH] Also don't make china_dictatorship mandatory to run. --- common.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common.py b/common.py index 5cfe601..9678b01 100644 --- a/common.py +++ b/common.py @@ -28,7 +28,11 @@ import urllib import urllib.request from shell_helpers import LF -import china_dictatorship +try: + # Let's not make it mandatory for now. + import china_dictatorship +except ImportError: + pass import cli_function import path_properties import shell_helpers