Skip to content

Commit

Permalink
import module from a package the right way
Browse files Browse the repository at this point in the history
  • Loading branch information
maarten-k committed Dec 8, 2016
1 parent b7238bb commit 3c2b415
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion picas/batchid.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# -*- coding: utf-8 -*-
from os import environ

''' @author Maarten Kooyman '''
Expand Down
2 changes: 1 addition & 1 deletion picas/documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import base64
import traceback
from uuid import uuid4
import batchid
from . import batchid

''' @author Joris Borgdorff '''

Expand Down
3 changes: 1 addition & 2 deletions picas/modifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
# Python imports
import socket
import time
import batchid

from . import batchid

class TokenModifier(object):

Expand Down

0 comments on commit 3c2b415

Please sign in to comment.