summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networkx/algorithms/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/networkx/algorithms/__init__.py b/networkx/algorithms/__init__.py
index cb5ea77e..306bbec8 100644
--- a/networkx/algorithms/__init__.py
+++ b/networkx/algorithms/__init__.py
@@ -127,3 +127,4 @@ from networkx.algorithms.tree.decomposition import *
from networkx.algorithms.tree.mst import *
from networkx.algorithms.tree.operations import *
from networkx.algorithms.tree.recognition import *
+from networkx.algorithms.tournament import is_tournament