summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-10-15 12:40:59 +0000
committerPaul Phillips <paulp@improving.org>2011-10-15 12:40:59 +0000
commit5690452698acafe6e4843bb08a14f6ca1cc55f8a (patch)
tree41d993541fdea2e8bcbc7d84859c5c2ef64fe63d
parent58bc507ee1f0894b63f56aa094f5b84c94b4f295 (diff)
downloadscala-5690452698acafe6e4843bb08a14f6ca1cc55f8a.tar.gz
scala-5690452698acafe6e4843bb08a14f6ca1cc55f8a.tar.bz2
scala-5690452698acafe6e4843bb08a14f6ca1cc55f8a.zip
Changed a power mode import.
Applying a bandaid since I'll never get the globals lined up. No review.
-rw-r--r--src/compiler/scala/tools/nsc/interpreter/Power.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/interpreter/Power.scala b/src/compiler/scala/tools/nsc/interpreter/Power.scala
index ff074bb875..db2f9573ec 100644
--- a/src/compiler/scala/tools/nsc/interpreter/Power.scala
+++ b/src/compiler/scala/tools/nsc/interpreter/Power.scala
@@ -140,7 +140,7 @@ abstract class Power(
private def initImports = List(
"scala.tools.nsc._",
"scala.collection.JavaConverters._",
- "global.{ error => _, _ }",
+ "intp.global.{ error => _, _ }",
"definitions.{ getClass => _, _ }",
"power.Implicits._",
"power.rutil._"