We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb99146 commit bde4215Copy full SHA for bde4215
docs/conf.py
@@ -15,8 +15,6 @@
15
import os
16
import sys
17
18
-# Import the library (for automodule)
19
-import axelrod
20
import mock
21
22
MOCK_MODULES = [
@@ -54,6 +52,8 @@
54
52
# Adds absolute path to axelrod module
55
53
sys.path.insert(0, os.path.abspath("../")) # Adding path to module
56
+# Import the library (for automodule)
+import axelrod
57
58
# -- General configuration ------------------------------------------------
59
0 commit comments