Mercurial Hosting > luan
diff src/luan/modules/parsers/Css.java @ 1402:27efb1fcbcb5
move luan.lib to goodjava
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 17 Sep 2019 01:35:01 -0400 |
parents | 25746915a241 |
children | b89212fd04b5 |
line wrap: on
line diff
--- a/src/luan/modules/parsers/Css.java Mon Sep 16 22:51:41 2019 -0400 +++ b/src/luan/modules/parsers/Css.java Tue Sep 17 01:35:01 2019 -0400 @@ -3,7 +3,7 @@ import luan.Luan; import luan.LuanTable; import luan.LuanException; -import luan.lib.parser.Parser; +import goodjava.parser.Parser; public final class Css {