Browse Source

Remove unused import in adapter.py

lord63 10 years ago
parent
commit
1542a60d7b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      adapter.py

+ 0 - 1
adapter.py

@@ -3,7 +3,6 @@
 
 """http://ginstrom.com/scribbles/2008/11/06/generic-adapter-class-in-python/"""
 
-import os
 
 class Dog(object):
     def __init__(self):