Guest User

Untitled

a guest
Feb 18th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. $ tree ./
  2. ./
  3. |-- bin
  4. | `-- main.py
  5. |-- imageuploader
  6. | |-- __init__.py
  7. | |-- __init__.pyc
  8. | |-- main.py
  9. | |-- main.pyc
  10. | |-- resources
  11. | | `-- icons
  12. | | |-- application_logo.png
  13. | | |-- config.png
  14. | | `-- start_delivery.png
  15. | |-- resources.qrc
  16. | |-- tags.py
  17. | |-- tags.pyc
  18. | |-- uploader.py
  19. | |-- uploader.pyc
  20. | |-- utils.py
  21. | |-- utils.pyc
  22. | |-- widgets.py
  23. | `-- widgets.pyc
  24. |-- main.ui
  25. |-- payload_item.ui
  26. |-- README
  27. |-- setup.py
  28. `-- user
  29. |-- tags
  30. | |-- filename.py
  31. | |-- __init__.py
  32. | |-- title.py
  33. | `-- username.py
  34. `-- tags.conf
Add Comment
Please, Sign In to add comment