diff options
author | 2019-06-03 21:34:09 -0400 | |
---|---|---|
committer | 2019-06-04 07:06:24 -0400 | |
commit | 4412d8e365bf7c3485eb5b90ba20d913797b6000 (patch) | |
tree | cc1728d7b32bd24763e0c753e05bd1acf412e750 /tests/optf-cmso/cmso/attlibs/CurlLibrary.py | |
parent | fffb18083b967e82c2dcb746a1fd51961500ddbe (diff) |
Remove obsolete files for optf/cmso
Issue-ID: OPTFRA-517
Change-Id: I34adbe4284c39041c44b70fce9677e9a64f5b3da
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'tests/optf-cmso/cmso/attlibs/CurlLibrary.py')
-rw-r--r-- | tests/optf-cmso/cmso/attlibs/CurlLibrary.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/optf-cmso/cmso/attlibs/CurlLibrary.py b/tests/optf-cmso/cmso/attlibs/CurlLibrary.py deleted file mode 100644 index 44c62293..00000000 --- a/tests/optf-cmso/cmso/attlibs/CurlLibrary.py +++ /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 |