diff --git a/Mixins/Abstractable.py b/Mixins/Abstractable.py
index 2484bddd..d0a90896 100644
--- a/Mixins/Abstractable.py
+++ b/Mixins/Abstractable.py
@@ -28,7 +28,7 @@
from Mixins.Attributable import Attributable
import Container
-import Components
+# import Components
#---------------------------------------------------------
class Abstractable:
diff --git a/Mixins/Attributable.py b/Mixins/Attributable.py
index 529ec760..88511146 100644
--- a/Mixins/Attributable.py
+++ b/Mixins/Attributable.py
@@ -49,7 +49,6 @@ def AddAttribute(self, name, typ=""):
if not hasattr(self, name):
setattr(self, name, typ)
-
self.attributes.append(name)
###
diff --git a/Mixins/Structurable.py b/Mixins/Structurable.py
index 2427b1d0..d1e54a06 100644
--- a/Mixins/Structurable.py
+++ b/Mixins/Structurable.py
@@ -21,7 +21,6 @@
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
import Components
-
class Structurable(Components.DEVSComponent):
""" Structurable class interface for DEVS coupled model integration.
"""
diff --git a/README.md b/README.md
index 7082ab87..cbc5b14d 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@
[](https://travis-ci.org/capocchi/DEVSimPy)
[](http://makeapullrequest.com)
[](https://coveralls.io/github/capocchi/DEVSimPy?branch=master)
+[
+