From 1942ad9b95d8a0f7bf6ba8258f5a70d00e3332f8 Mon Sep 17 00:00:00 2001 From: sohamjain1402 Date: Wed, 9 Oct 2019 22:26:28 +0530 Subject: [PATCH] import library --- techc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techc.py b/techc.py index fd6a9d8..510c17d 100644 --- a/techc.py +++ b/techc.py @@ -5,7 +5,7 @@ from PyQt4.QtCore import QUrl # this is how we can read the url from PyQt4.QtWebKit import QWebPage import csv - +import math class Client(QWebPage):