Comment 9 for bug 494425

Revision history for this message
G Mc.Pherson (diggmc) wrote :

Hi Guillermo,

As requested here's the output from the two above commands:

g@b:~$ tail /usr/lib/python2.6/dist-packages/ubuntuone/syncdaemon/__init__.py
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
""" client module """

# required capabilities
REQUIRED_CAPS = frozenset(["no-content",
                           "account-info",
                           "resumable-uploads",
                           "fix462230",
                          ])

g@b:~$ python -c "from ubuntuone import syncdaemon; print syncdaemon.REQUIRED_CAPS"
frozenset(['fix462230', 'resumable-uploads', 'account-info', 'no-content'])

Thanks