Skip to content

Commit

Permalink
changed os widows to microsoft in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ksharindam committed Dec 16, 2018
1 parent 5b3b759 commit 8d5af9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion quartz_browser/webkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ def createRequest(self, op, request, device=None):
break

if block:
# print("Blocked: "+url)
#print("Blocked: "+url)
return QNetworkAccessManager.createRequest(self, op, QNetworkRequest(QUrl()), device)
#print(url)

reply = QNetworkAccessManager.createRequest(self, op, request, device)
#reply.metaDataChanged.connect(self.gotMetadata)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def readme():
'Environment :: X11 Applications :: Qt',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: POSIX :: Linux',
'Operating System :: Windows',
'Operating System :: Microsoft',
'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP :: Browsers',
],
Expand Down

0 comments on commit 8d5af9f

Please sign in to comment.