~matiasb/canonical-identity-provider/update-get-new-account-link

« back to all changes in this revision

Viewing changes to sso_sst_helpers/__init__.py

  • Committer: leo.arias at canonical
  • Date: 2012-10-04 14:25:08 UTC
  • Revision ID: leo.arias@canonical.com-20121004142508-xpmyk1yr8nurao6g
Changed relative imports to absolute imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# You should have received a copy of the GNU General Public License along
15
15
# with this program.  If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
 
import helpers
 
17
from sso_sst_helpers import helpers
18
18
 
19
19
create_new_account = helpers.create_new_account
20
20
sign_in = helpers.sign_in