Browse Source

Getting rid of these until they're needed.

pyserial_fix
Scott Petersen 11 years ago
parent
commit
363f14707f
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      pyad2usb/util.py

+ 0
- 12
pyad2usb/util.py View File

@@ -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):
"""


Loading…
Cancel
Save