Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ktarbet committed Mar 25, 2021
1 parent 31f1e5d commit f62b5f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ImportShef.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from hec.script import *
from hec.dssgui import *
#from hec.script import Plot, MessageBox
#from hec.heclib.dss import HecDss, DSSPathname
from hec.dssgui import ListSelection

import java
ls = ListSelection.getMainWindow()
ls.setIsInteractive(1,0) # Turn off popups
Expand Down

0 comments on commit f62b5f9

Please sign in to comment.