26 try: |
26 try: |
27 # These are only available if used with eric-ide |
27 # These are only available if used with eric-ide |
28 # (https://eric-ide.python-projects.org) |
28 # (https://eric-ide.python-projects.org) |
29 from eric7.RemoteServerInterface import EricServerFileDialog |
29 from eric7.RemoteServerInterface import EricServerFileDialog |
30 from eric7.SystemUtilities import FileSystemUtilities |
30 from eric7.SystemUtilities import FileSystemUtilities |
|
31 |
31 HAS_REMOTE_SERVER_SUPPORT = True |
32 HAS_REMOTE_SERVER_SUPPORT = True |
32 except ImportError: |
33 except ImportError: |
33 HAS_REMOTE_SERVER_SUPPORT = False |
34 HAS_REMOTE_SERVER_SUPPORT = False |
34 |
35 |
35 from . import EricFileDialog |
36 from . import EricFileDialog |