Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Mixins/Abstractable.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from Mixins.Attributable import Attributable

import Container
import Components
# import Components

#---------------------------------------------------------
class Abstractable:
Expand Down
1 change: 0 additions & 1 deletion Mixins/Attributable.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def AddAttribute(self, name, typ=""):

if not hasattr(self, name):
setattr(self, name, typ)

self.attributes.append(name)

###
Expand Down
1 change: 0 additions & 1 deletion Mixins/Structurable.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##

import Components

class Structurable(Components.DEVSComponent):
""" Structurable class interface for DEVS coupled model integration.
"""
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[![Build Status](https://travis-ci.org/capocchi/DEVSimPy.svg?branch=master)](https://travis-ci.org/capocchi/DEVSimPy)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![Coverage Status](https://coveralls.io/repos/github/capocchi/DEVSimPy/badge.svg?branch=master)](https://coveralls.io/github/capocchi/DEVSimPy?branch=master)
[![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)

<a href="https://codeclimate.com/github/capocchi/DEVSimPy/maintainability"><img src="https://api.codeclimate.com/v1/badges/f5c94ecbfb6a3c8986be/maintainability" /></a>
<a href="https://codeclimate.com/github/capocchi/DEVSimPy/test_coverage"><img src="https://api.codeclimate.com/v1/badges/f5c94ecbfb6a3c8986be/test_coverage" /></a>

Expand Down