Skip to content

Commit

Permalink
Added missing sys import
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Sep 24, 2012
1 parent ee515bd commit e8ef703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_qgscomposerhtml.py
Expand Up @@ -17,6 +17,7 @@
***************************************************************************/
'''
import unittest
import sys
import os
from utilities import unitTestDataPath, getQgisTestApp
from PyQt4.QtCore import QUrl, QString, qDebug
Expand Down

0 comments on commit e8ef703

Please sign in to comment.