Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2016
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Python 2.7.6 (default, Jun 22 2015, 18:01:27)
  2. [GCC 4.8.2] on linux2
  3. Type 'help', 'copyright', 'credits' or 'license' for more information.
  4. >>> import Path
  5. >>> tt = Path.Tooltable()
  6. >>> print tt
  7. Tooltable containing 0 tools
  8. >>> t = Path.Tool()
  9. >>> print t
  10. TypeError: bad argument type for built-in operation
  11. >>> print t
  12. Tool Default tool
  13. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement