Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfoga committed Oct 5, 2018
1 parent f0b274e commit e55d17d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.0.6 (e8259985459aa00a051bfc9cd929f753cb4d1c6c at 22:10:08 18-10-05 +0200)
10.0.6 (893d81014a8a1fb8ceca2ab9416d9f2ebd34a153 at 22:16:19 18-10-05 +0200)
2 changes: 1 addition & 1 deletion hal/internet/email/gmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import os
from email.mime.text import MIMEText

from internet.services.google import GoogleApiOAuth
from hal.internet.services.google.gauthenticator import GoogleApiOAuth


class GMailApiOAuth(GoogleApiOAuth):
Expand Down
2 changes: 1 addition & 1 deletion hal/internet/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import urllib.parse as urlparse
from urllib.parse import urlencode

import times
from hal import times


def add_params_to_url(url, params):
Expand Down

0 comments on commit e55d17d

Please sign in to comment.