Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'week15' of https://github.com/amitjamadagni/sage into t…
Browse files Browse the repository at this point in the history
…/17030/knots

Conflicts:
	src/sage/all.py
  • Loading branch information
amitjamadagni committed Sep 23, 2014
2 parents 325da8b + 106e1d3 commit 50abd99
Show file tree
Hide file tree
Showing 4 changed files with 1,756 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sage/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,11 @@

from sage.matroids.all import *

<<<<<<< HEAD
from sage.game_theory.all import *
=======
from sage.knots.all import *
>>>>>>> 106e1d31a69335c434a5ef5b1646e0aa381d6d8a

# Lazily import notebook functions and interacts (#15335)
lazy_import('sagenb.notebook.notebook_object', 'notebook')
Expand Down
Empty file added src/sage/knots/__init__.py
Empty file.
1 change: 1 addition & 0 deletions src/sage/knots/all.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from sage.knots.link import Link
Loading

0 comments on commit 50abd99

Please sign in to comment.