multicast / google-docs-fs

Automatically exported from code.google.com/p/google-docs-fs
GNU General Public License v2.0
0 stars 0 forks source link

python deprecation warnings #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  mount the fs with -d
2.  perform some type of copy and observe the debug output
3.

What is the expected output? What do you see instead?
Observed -- python DeprecationWarning

What version of the product are you using? On what operating system?
version=1.0
os = ubuntu 11.04

Please provide any additional information below.

I thought it might be useful to report on a number of python deprecation 
warnings:

1.  /usr/local/lib/python2.6/dist-packages/googledocsfs/gNet.py:132: 
DeprecationWarning: Please use Upload instead
  entry = self.gd_client.UploadDocument(media, title)
2.  /usr/local/lib/python2.6/dist-packages/googledocsfs/gNet.py:139: 
DeprecationWarning: Please use MoveIntoFolder instead
  self.gd_client.MoveDocumentIntoFolder(entry, entry_to)

Original issue reported on code.google.com by areg...@gmail.com on 14 Mar 2012 at 5:57