Skip to content

Commit

Permalink
remove metadata in core module
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Eeo committed Apr 18, 2015
1 parent 1c3e7fb commit 6e76515
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions hazelnut/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

import re

__title__ = 'hazelnut'
__version__ = '0.2'
__author__ = 'Martin Simon <me@martinsimon.me>'
__repo__ = 'https://github.com/c0ding/hazelnut'
__license__ = 'Apache v2.0 License'


class MemInfo(object):
def __init__(self, path='/proc/meminfo'):
Expand Down

0 comments on commit 6e76515

Please sign in to comment.