Renaming openecomp to onap
[aai/champ.git] / src / test / java / org / onap / aai / champ / ie / ExportTest.java
  * ============LICENSE_END============================================
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
-package org.openecomp.aai.champ.ie;
+package org.onap.aai.champ.ie;
 
 import org.junit.Test;
-import org.openecomp.aai.champ.ChampAPI;
-import org.openecomp.aai.champ.ChampGraph;
+import org.onap.aai.champ.ChampAPI;
+import org.onap.aai.champ.ChampGraph;
+import org.onap.aai.champ.ie.GraphMLImporterExporter;
 
 public class ExportTest {