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

Commit

Permalink
Changed import statement as per Ben's comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdoyle committed Jul 24, 2014
1 parent 3b39501 commit f48cf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/number_field/bdd_height.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from sage.matrix.constructor import column_matrix
from sage.rings.rational_field import QQ
from sage.functions.other import ceil
from sage.geometry.polyhedron.constructor import *
from sage.geometry.polyhedron.constructor import Polyhedron
from sage.structure.proof.all import number_field

def bdd_norm_pr_gens_iq(K, norm_list):
Expand Down

0 comments on commit f48cf26

Please sign in to comment.