Remove obsolete files for optf/cmso
[integration/csit.git] / tests / optf-cmso / cmso / attlibs / CurlLibrary.py
diff --git a/tests/optf-cmso/cmso/attlibs/CurlLibrary.py b/tests/optf-cmso/cmso/attlibs/CurlLibrary.py
deleted file mode 100644 (file)
index 44c6229..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-from curl import Curl
-
-class CurlLibrary:
-   
-
-    def get_zip(self, url, filename):
-        fp = open(filename, "wb")
-        c = Curl()
-        c.get(url, )
-        c.set_option(c.WRITEDATA, fp)
-        c.perform()
-        c.close()
-        fp.close()
\ No newline at end of file