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

-- 
ubuntuone gnome client will not connect to service
https://bugs.launchpad.net/bugs/494425
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to