Skip to content

Commit bde4215

Browse files
committed
moved import axelrod after os.path
1 parent cb99146 commit bde4215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
import os
1616
import sys
1717

18-
# Import the library (for automodule)
19-
import axelrod
2018
import mock
2119

2220
MOCK_MODULES = [
@@ -54,6 +52,8 @@
5452
# Adds absolute path to axelrod module
5553
sys.path.insert(0, os.path.abspath("../")) # Adding path to module
5654

55+
# Import the library (for automodule)
56+
import axelrod
5757

5858
# -- General configuration ------------------------------------------------
5959

0 commit comments

Comments
 (0)