summaryrefslogtreecommitdiff
path: root/grc/src/platforms/python/Platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/src/platforms/python/Platform.py')
-rw-r--r--grc/src/platforms/python/Platform.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/src/platforms/python/Platform.py b/grc/src/platforms/python/Platform.py
index c31701e0e..d1c8a36a8 100644
--- a/grc/src/platforms/python/Platform.py
+++ b/grc/src/platforms/python/Platform.py
@@ -18,7 +18,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
"""
import os
-from .. base.Constants import FLOW_GRAPH_FILE_EXTENSION
from .. base.Platform import Platform as _Platform
from FlowGraph import FlowGraph as _FlowGraph
from Connection import Connection as _Connection