Skip to content

Commit

Permalink
Add list of authors to the repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Oct 30, 2017
1 parent 1679901 commit 6752b86
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 10 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Ilya Kulakov <[email protected]>
Tomasz CEDRO [email protected]
2 changes: 0 additions & 2 deletions power/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
@type TIME_REMAINING_UNKNOWN: float
@type TIME_REMAINING_UNLIMITED: float
"""
__author__ = '[email protected]'

from abc import ABCMeta, abstractmethod
import weakref

Expand Down
2 changes: 0 additions & 2 deletions power/darwin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Requires Mac OS X 10.6+
See doc/darwin for platform-specific details.
"""
__author__ = '[email protected]'

import weakref
import warnings
import objc
Expand Down
2 changes: 0 additions & 2 deletions power/freebsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
Implements PowerManagement functions using FreeBSD SYSCTL mechanism.
FreeBSD portion written by Tomasz CEDRO (http://www.tomek.cedro.info)
"""
__author__ = '[email protected]'

import os
import warnings
from power import common
Expand Down
2 changes: 0 additions & 2 deletions power/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
Implements PowerManagement functions using /sys/class/power_supply/*
See doc/linux for platform-specific details.
"""
__author__ = '[email protected]'

import os
import warnings
from power import common
Expand Down
2 changes: 0 additions & 2 deletions power/win32.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Requires Windows XP+.
Observing is not supported
"""
__author__ = '[email protected]'

from ctypes import Structure, wintypes, POINTER, windll, WinError, pointer, WINFUNCTYPE
import warnings
from power import common
Expand Down

0 comments on commit 6752b86

Please sign in to comment.