~dobey/ubuntuone-client/update-2-0

« back to all changes in this revision

Viewing changes to tests/syncdaemon/fsm/test_fsm_run.py

  • Committer: Rodney Dawes
  • Date: 2009-06-26 17:01:42 UTC
  • mto: This revision was merged to the branch mainline in revision 60.
  • Revision ID: rodney.dawes@canonical.com-20090626170142-a738504rgnarizuw
        Remove the canonical namespace, and just use ubuntuone as the toplevel
        Move storage/syncdaemon and storage/u1sync up a level

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# canonical.ubuntuone.storage.syncdaemon.fsm.tests.test_fsm_run
 
1
# ubuntuone.syncdaemon.fsm.tests.test_fsm_run
2
2
#
3
3
# Author: Lucio Torre <lucio.torre@canonical.com>
4
4
#
22
22
import unittest
23
23
import os
24
24
 
25
 
from canonical.ubuntuone.storage.syncdaemon.fsm import fsm
 
25
from ubuntuone.syncdaemon.fsm import fsm
26
26
 
27
27
def p(name):
28
28
    """make a full path from here."""