Skip to content

Commit

Permalink
Merge 41889f8 into 5b8f32e
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-dlp committed Jul 10, 2016
2 parents 5b8f32e + 41889f8 commit 94b2796
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions hyperspy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
# -*- coding: utf-8 -*-
try:
import sip
sip.setapi('QVariant', 2)
sip.setapi('QDate', 2)
sip.setapi('QDateTime', 2)
sip.setapi('QTextStream', 2)
sip.setapi('QTime', 2)
sip.setapi('QUrl', 2)
del sip
except ImportError:
pass

from hyperspy import docstrings

__doc__ = """
Expand All @@ -30,10 +18,6 @@
""" % docstrings.START_HSPY

import os

os.environ['QT_API'] = "pyqt"


from . import Release

Expand Down

0 comments on commit 94b2796

Please sign in to comment.