Skip to content

Commit

Permalink
Rename visualization module component
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur R. Bingol committed Jan 9, 2018
1 parent d3e2aa3 commit a006a92
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions geomdl/BSpline.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
"""

import sys
import warnings
import copy
import geomdl.utilities as utils
from geomdl.geomdl_vis import VisBase
from geomdl.visualization import VisBase


class Curve(object):
Expand Down
1 change: 0 additions & 1 deletion geomdl/NURBS.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"""

import sys
import geomdl.BSpline as BSpline
import geomdl.utilities as utils

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a006a92

Please sign in to comment.