Skip to content
Snippets Groups Projects
Commit 352d2032 authored by Bienchen's avatar Bienchen
Browse files

Fixed example in documentation of the SuperpositonDialog

parent 9935b4a0
Branches
Tags
No related merge requests found
......@@ -101,7 +101,7 @@ class SuperpositionDialog(QDialog):
e1=io.LoadPDB('examples/code_fragments/entity/pdb1ake.ent')
e2=io.LoadPDB('examples/code_fragments/entity/pdb4ake.ent')
sd = superpositiondialog.SuperpositionDialog(e1, e2)
sd = ost.gui.dng.superpositiondialog.SuperpositionDialog(e1, e2)
g1=gfx.Entity('G1', e1)
g2=gfx.Entity('G2', e2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment