Skip to content

Commit

Permalink
Change imports in examples using widgets, from net.liftweb.widgets to…
Browse files Browse the repository at this point in the history
… net.liftmodules.widgets
  • Loading branch information
dcbriccetti committed Nov 22, 2012
1 parent 1cb4d77 commit 1bb05d8
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Expand Up @@ -19,7 +19,7 @@ package example {
package snippet {

import _root_.net.liftweb.http._
import _root_.net.liftweb.widgets.autocomplete._
import _root_.net.liftmodules.widgets.autocomplete._
import S._
import SHtml._
import js._
Expand Down
Expand Up @@ -34,7 +34,7 @@ class Boot {
LiftRules.setSiteMap(SiteMap(entries:_*))

// register treetable resources (javascript and gifs)
net.liftweb.widgets.flot.Flot.init ()
net.liftmodules.widgets.flot.Flot.init ()

// used to test the comet actor
net.liftweb.flot_demo.web.model.Sensor.start
Expand Down
Expand Up @@ -24,7 +24,7 @@ import scala.xml.{NodeSeq, Text}
import net.liftweb.http._
import net.liftweb.http.js.JsCmds.Noop

import net.liftweb.widgets.flot._
import net.liftmodules.widgets.flot._
import net.liftweb.common._
import net.liftweb.util._

Expand Down
Expand Up @@ -21,7 +21,7 @@ package model

import scala.collection.mutable.{HashMap, HashSet}

import net.liftweb.widgets.flot._
import net.liftmodules.widgets.flot._
import net.liftweb.common._
import net.liftweb.util._
import net.liftweb.actor._
Expand Down
Expand Up @@ -23,7 +23,7 @@ import scala.xml.NodeSeq

import net.liftweb.util.Helpers._
import net.liftweb.http.js.JsCmds._
import net.liftweb.widgets.flot._
import net.liftmodules.widgets.flot._

/*
*
Expand Down
Expand Up @@ -19,7 +19,7 @@ package flot_demo {
package web {
package snippet {

import _root_.net.liftweb.widgets.flot._
import _root_.net.liftmodules.widgets.flot._
import _root_.net.liftweb.common._
import _root_.net.liftweb.util._

Expand Down
Expand Up @@ -25,7 +25,7 @@ import net.liftweb.common._
import net.liftweb.util._
import Helpers._
import net.liftweb.http.js.JsCmds._
import net.liftweb.widgets.flot._
import net.liftmodules.widgets.flot._

/*
*
Expand Down
Expand Up @@ -25,7 +25,7 @@ import net.liftweb.common._
import net.liftweb.util._
import Helpers._
import net.liftweb.http.js.JsCmds._
import net.liftweb.widgets.flot._
import net.liftmodules.widgets.flot._

/*
*
Expand Down
Expand Up @@ -26,7 +26,7 @@ import net.liftweb.util._
import Helpers._
import net.liftweb.http.js.JsCmds._

import net.liftweb.widgets.flot._
import net.liftmodules.widgets.flot._

/*
*
Expand Down
Expand Up @@ -26,7 +26,7 @@ import net.liftweb.util._
import Helpers._
import net.liftweb.http.js.JsCmds._

import net.liftweb.widgets.flot._
import net.liftmodules.widgets.flot._

/*
*
Expand Down
Expand Up @@ -26,7 +26,7 @@ import net.liftweb.util._
import Helpers._
import net.liftweb.http.js.JsCmds._

import net.liftweb.widgets.flot._
import net.liftmodules.widgets.flot._

/*
*
Expand Down
Expand Up @@ -25,7 +25,7 @@ import net.liftweb.common._
import net.liftweb.util._
import Helpers._
import net.liftweb.http.js.JsCmds._
import net.liftweb.widgets.flot._
import net.liftmodules.widgets.flot._

/*
*
Expand Down
Expand Up @@ -25,7 +25,7 @@ import net.liftweb.util._
import Helpers._
import net.liftweb.http.js.JsCmds._

import net.liftweb.widgets.flot._
import net.liftmodules.widgets.flot._

/*
*
Expand Down

0 comments on commit 1bb05d8

Please sign in to comment.