Advertisement
Guest User

Untitled

a guest
Jun 7th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. (0) austin@Austins-Mac-303:~/Code
  2. $ mkdir ./foo; touch ./foo/bar.py; python -c "import foo.bar" || echo "Failed"; touch ./foo/__init__.py; python -c "import foo.bar" && echo "Success"
  3. Success
  4. (0) austin@Austins-Mac-303:~/Code
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement