Skip to content

Commit

Permalink
Wrappers obsolete, thanks to qt.conf alongside the executables.
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Sep 29, 2014
1 parent 2b7d972 commit 09d6450
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion PyQt5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = plugin_path

# Expose versions
version_info = (0, 1, 5) # Version of this release
version_info = (0, 1, 6) # Version of this release
version = "%s.%s.%s" % version_info
__version__ = version

Expand Down
2 changes: 0 additions & 2 deletions PyQt5/qmlscene_wrapper.bat

This file was deleted.

2 changes: 0 additions & 2 deletions PyQt5/qmlviewer_wrapper.bat

This file was deleted.

0 comments on commit 09d6450

Please sign in to comment.