X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fdunshire%2F__init__.py;h=f754c92fc0acd2cf70ea4bf9aa28f9e9639f1225;hb=769e1c7d09936a617f33d1496782fbbd4299851d;hp=55e796845dead65b58b4d81149b58b9c9d5aea37;hpb=56ea961887d507114174af5f92b8c3c77b0b7a50;p=dunshire.git diff --git a/src/dunshire/__init__.py b/src/dunshire/__init__.py index 55e7968..f754c92 100644 --- a/src/dunshire/__init__.py +++ b/src/dunshire/__init__.py @@ -6,9 +6,9 @@ turn pulls in everything that they would need to use the library. """ # Needed to construct the cone over which the game takes place. -from cones import (NonnegativeOrthant, - IceCream, - SymmetricPSD, - CartesianProduct) +from .cones import (NonnegativeOrthant, + IceCream, + SymmetricPSD, + CartesianProduct) -from symmetric_linear_game import SymmetricLinearGame +from .games import SymmetricLinearGame