diff src/luan/modules/parsers/Theme.java @ 1402:27efb1fcbcb5

move luan.lib to goodjava
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 17 Sep 2019 01:35:01 -0400
parents 88b5b81cad4a
children
line wrap: on
line diff
--- a/src/luan/modules/parsers/Theme.java	Mon Sep 16 22:51:41 2019 -0400
+++ b/src/luan/modules/parsers/Theme.java	Tue Sep 17 01:35:01 2019 -0400
@@ -1,8 +1,8 @@
 package luan.modules.parsers;
 
 import luan.LuanException;
-import luan.lib.parser.Parser;
-import luan.lib.parser.ParseException;
+import goodjava.parser.Parser;
+import goodjava.parser.ParseException;
 
 
 public final class Theme {