Skip to content

Commit f62b5f9

Browse files
committed
fix imports
1 parent 31f1e5d commit f62b5f9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ImportShef.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
from hec.script import *
2-
from hec.dssgui import *
1+
#from hec.script import Plot, MessageBox
2+
#from hec.heclib.dss import HecDss, DSSPathname
3+
from hec.dssgui import ListSelection
4+
35
import java
46
ls = ListSelection.getMainWindow()
57
ls.setIsInteractive(1,0) # Turn off popups

0 commit comments

Comments
 (0)