]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/template/IfStatement.java
UPD: Move some template classes to there reightful place.
[gigi.git] / src / org / cacert / gigi / output / template / IfStatement.java
index bed559ed41a2ad0144440155eac444d7225afba0..db0cbe11f07f20132ebdad1503ed82695686f849 100644 (file)
@@ -3,8 +3,7 @@ package org.cacert.gigi.output.template;
 import java.io.PrintWriter;
 import java.util.Map;
 
-import org.cacert.gigi.Language;
-import org.cacert.gigi.output.Outputable;
+import org.cacert.gigi.localisation.Language;
 
 public final class IfStatement implements Outputable {