~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty

« back to all changes in this revision

Viewing changes to python/__init__.py

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-11-29 13:39:10 UTC
  • mfrom: (3.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20131129133910-sy6ayoavphc5hozs
Tags: 4.0.0-1
4.0.0 Release (Closes: #715131) (LP: #1049798)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
import _arc
3
3
 
4
4
# Import the high level wrappers (proxy classes) into this namespace
5
 
from common import *
6
 
from loader import *
7
 
from message import *
8
 
from compute import *
9
 
from communication import *
10
 
from credential import *
11
 
from data import *
12
 
from delegation import *
13
 
from security import *
 
5
from arc.common import *
 
6
from arc.loader import *
 
7
from arc.message import *
 
8
from arc.compute import *
 
9
from arc.communication import *
 
10
from arc.credential import *
 
11
from arc.data import *
 
12
from arc.delegation import *
 
13
from arc.security import *