Add pylint hints

This commit is contained in:
Philipp Hörist 2017-07-24 14:39:32 +02:00
parent 78addad067
commit e548a89269
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
##
# pylint: disable=no-init
# pylint: disable=attribute-defined-outside-init
from calendar import timegm
import datetime
import hashlib