pull/354/head
Nicolas Hennion 2014-03-29 14:37:58 +01:00
parent 0f5a60b44d
commit c364c7070f
6 changed files with 8 additions and 5 deletions

View File

@ -37,3 +37,4 @@ import glances
if __name__ == '__main__':
glances.main()

View File

@ -17,6 +17,9 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
Main Glances script
"""
# Import system libs
import sys

View File

@ -51,7 +51,6 @@ class Plugin(GlancesPlugin):
# Init stats
self.diskio_old = []
def update(self):
"""
Update disk IO stats