4823: Switched order of diff (now gives a diff *to* the target collection
[arvados.git] / sdk / python / arvados / __init__.py
index 4cae20d597d3e230c1fbd88b5c15f881d776c03a..19a7ad84390dcf0b0b35aa6c3ff3e6b9f7a48790 100644 (file)
@@ -22,6 +22,7 @@ from api import *
 from collection import *
 from keep import *
 from stream import *
+from arvfile import *
 import errors
 import util
 
@@ -131,5 +132,3 @@ class job_setup:
                                        body={'success':True}
                                        ).execute()
             exit(0)
-
-