aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorwbond <will@wbond.net>2018-09-03 21:46:17 -0400
committerwbond <will@wbond.net>2018-09-03 21:46:17 -0400
commitba72f7177a713d4e9b468c005f6c4306cbca5cc5 (patch)
tree1f67b7f2c6840d883c6aedae536d8b327802d8f1 /dev
parent9527ff28d44e81f6726d43925de70e43e53728f5 (diff)
downloadasn1crypto-ba72f7177a713d4e9b468c005f6c4306cbca5cc5.tar.gz
Add package dev vars for compat with modularcrypto dev scripts
Diffstat (limited to 'dev')
-rw-r--r--dev/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/__init__.py b/dev/__init__.py
index e85979e..403922e 100644
--- a/dev/__init__.py
+++ b/dev/__init__.py
@@ -17,3 +17,7 @@ other_packages = [
package_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
build_root = os.path.abspath(os.path.join(package_root, '..'))
+
+md_source_map = {}
+
+definition_replacements = {}