diff --git a/src/se/hal/HalServer.java b/src/se/hal/HalServer.java index 327ced7a..ffe90649 100755 --- a/src/se/hal/HalServer.java +++ b/src/se/hal/HalServer.java @@ -14,7 +14,7 @@ import zutil.db.DBConnection; import zutil.io.file.FileUtil; import zutil.log.LogUtil; import zutil.net.http.HttpServer; -import zutil.net.http.pages.HttpFilePage; +import zutil.net.http.page.HttpFilePage; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorService; diff --git a/src/se/hal/plugin/tellstick/TellstickParser.java b/src/se/hal/plugin/tellstick/TellstickParser.java index ba0edcfb..1231a67c 100755 --- a/src/se/hal/plugin/tellstick/TellstickParser.java +++ b/src/se/hal/plugin/tellstick/TellstickParser.java @@ -24,7 +24,7 @@ package se.hal.plugin.tellstick; import se.hal.plugin.tellstick.protocols.NexaSelfLearning; import se.hal.plugin.tellstick.protocols.Oregon0x1A2D; -import zutil.converters.Converter; +import zutil.converter.Converter; import zutil.log.LogUtil; import java.util.HashMap; diff --git a/test/se/hal/plugin/tellstick/protocols/NexaSelfLearningTest.java b/test/se/hal/plugin/tellstick/protocols/NexaSelfLearningTest.java index 57172c63..696498ad 100755 --- a/test/se/hal/plugin/tellstick/protocols/NexaSelfLearningTest.java +++ b/test/se/hal/plugin/tellstick/protocols/NexaSelfLearningTest.java @@ -22,7 +22,7 @@ package se.hal.plugin.tellstick.protocols; -import zutil.converters.Converter; +import zutil.converter.Converter; import static org.junit.Assert.*;