Initial commit

This commit is contained in:
Peter Niederwieser
2016-01-19 14:51:19 +01:00
committed by Dan Chao
commit ecad035dca
2972 changed files with 211653 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"schemaVersion": 1,
"packageUri": "package://localhost:12110/badImportsWithinPackage@1.1.0",
"name": "badImportsWithinPackage",
"packageZipUrl": "https://localhost:12110/badImportsWithinPackage@1.0.0/badImportsWithinPackage@1.0.0.zip",
"dependencies": {},
"version": "1.0.0",
"packageZipChecksums": {
"sha256": "$computedChecksum"
}
}
@@ -0,0 +1 @@
res = import("not/a/valid/path.pkl")
@@ -0,0 +1 @@
res = read("not/a/valid/path.txt")
@@ -0,0 +1 @@
res = import("@fruits/Foo.pkl")
@@ -0,0 +1 @@
res = read("@notapackage/Foo.txt")