From 363f14707f864c03a047427c43542031c7e4fc90 Mon Sep 17 00:00:00 2001 From: Scott Petersen Date: Tue, 4 Jun 2013 21:14:29 -0700 Subject: [PATCH] Getting rid of these until they're needed. --- pyad2usb/util.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pyad2usb/util.py b/pyad2usb/util.py index 893bcae..e153b87 100644 --- a/pyad2usb/util.py +++ b/pyad2usb/util.py @@ -44,18 +44,6 @@ class Firmware(object): STAGE_UPLOADING = 4 STAGE_DONE = 5 - def __init__(self): - """ - Constructor - """ - pass - - def __del__(self): - """ - Destructor - """ - pass - @staticmethod def upload(dev, filename, progress_callback=None): """