Activities/TurtleArt/Fb plugin.py: Difference between revisions

Created page with "#!/usr/bin/env python # # Copyright (c) 2012 Raul Gutierrez S. - rgs@itevenworks.net #Permission is hereby granted, free of charge, to any person obtaining a copy #of this so..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<pre>
#!/usr/bin/env python
#!/usr/bin/env python
#
#
Line 128: Line 129:
         uploader = FbUploader(image_file, self._access_token)
         uploader = FbUploader(image_file, self._access_token)
         uploader.doit()
         uploader.doit()
</pre>