fix import
forgotten to add to older commit
This commit is contained in:
parent
a7e6bdf082
commit
56904287a3
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ def deprecated(func):
|
|||
return func(*args, **kwargs)
|
||||
return new_func
|
||||
|
||||
import subprocess
|
||||
import sys
|
||||
def open_file_browser(directory):
|
||||
if sys.platform=='win32':
|
||||
os.startfile(directory)
|
||||
|
|
Loading…
Reference in a new issue