diff --git a/hazelnut/core.py b/hazelnut/core.py index cb98aab..34c87e0 100644 --- a/hazelnut/core.py +++ b/hazelnut/core.py @@ -3,12 +3,6 @@ import re -__title__ = 'hazelnut' -__version__ = '0.2' -__author__ = 'Martin Simon ' -__repo__ = 'https://github.com/c0ding/hazelnut' -__license__ = 'Apache v2.0 License' - class MemInfo(object): def __init__(self, path='/proc/meminfo'):