Skip to content

Commit

Permalink
Remove unneeded Text()
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbriccetti authored and indrajitr committed Apr 21, 2010
1 parent f31d0f8 commit ce471a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/birdshow/snippet/Galleries.scala
@@ -1,8 +1,8 @@
package birdshow.snippet

import xml.NodeSeq
import net.liftweb.util.Helpers._
import xml.{Text, NodeSeq}
import net.liftweb.common.{Full}
import net.liftweb.common.Full
import net.liftweb.http.{RequestVar, SHtml, S}
import birdshow.model.Flickr

Expand Down

0 comments on commit ce471a1

Please sign in to comment.