Skip to content

Commit

Permalink
Fix #9
Browse files Browse the repository at this point in the history
NameError: name 'os' is not defined #60
  • Loading branch information
RobertoPanoi committed Sep 10, 2018
1 parent 21aca1a commit 7c98d69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyqtgraph/flowchart/Flowchart.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
import os

from ..Qt import QtCore, QtGui, USE_PYSIDE, USE_PYQT5
from .Node import *
from ..pgcollections import OrderedDict
Expand Down
1 change: 1 addition & 0 deletions tools/plottingtool.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
#---------------------------------------------------------------------
import os

from qgis.core import *
from qgis.gui import *
Expand Down

0 comments on commit 7c98d69

Please sign in to comment.