Skip to content

Commit

Permalink
Minor edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
puentesarrin committed Jan 5, 2015
1 parent 249cf3c commit 963ec44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions asyncflux/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
"""Asynchronous client for InfluxDB and Tornado."""
import sys

__all__ = ('__author__', '__since__', '__version__', 'version',
'AsyncfluxClient', )
Expand Down
1 change: 1 addition & 0 deletions asyncflux/client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
"""Connection to InfluxDB"""
import json
import sys
try:
from urlparse import urlparse
except ImportError:
Expand Down

0 comments on commit 963ec44

Please sign in to comment.