aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/notifications.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-01-02 18:39:27 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-01-02 18:39:27 +0100
commit01ab21ad07eac2fb97089bd17792a052a486eb85 (patch)
tree67f23f86224eb85206ede98588c7bcc753ea50d7 /pyaggr3g470r/notifications.py
parentbtn-default style. (diff)
downloadnewspipe-01ab21ad07eac2fb97089bd17792a052a486eb85.tar.gz
newspipe-01ab21ad07eac2fb97089bd17792a052a486eb85.tar.bz2
newspipe-01ab21ad07eac2fb97089bd17792a052a486eb85.zip
Import urlib.request for Python 3.
Diffstat (limited to 'pyaggr3g470r/notifications.py')
-rw-r--r--pyaggr3g470r/notifications.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/notifications.py b/pyaggr3g470r/notifications.py
index 94f34774..34548f3c 100644
--- a/pyaggr3g470r/notifications.py
+++ b/pyaggr3g470r/notifications.py
@@ -19,8 +19,8 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import utils
-import conf
+from pyaggr3g470r import utils
+from pyaggr3g470r import conf
from pyaggr3g470r import emails
def information_message(subject, plaintext):
bgstack15