Skip to content

Commit

Permalink
import view should be import tmd.view as view
Browse files Browse the repository at this point in the history
  • Loading branch information
orena1 authored and Benoit Coste committed Feb 6, 2019
1 parent 5215a93 commit 3f9a04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/distances_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import tmd
import view
import tmd.view as view

pop1 = tmd.io.load_population(directory1)
pop2 = tmd.io.load_population(directory2)
Expand Down

0 comments on commit 3f9a04d

Please sign in to comment.