diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-02 22:54:28 -0600 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-18 15:44:51 -0600 |
commit | 85cbeb46d371b96af0034f08e2e323d3bc202c49 (patch) | |
tree | adb2339052a4a5d50251a7e7d4eb9db12ed033e5 /src/se/leap/leapclient/ConfigurationWizard.java | |
parent | 5cbcbba9df34916009b05cc17b721638afa62478 (diff) |
Move AboutFragment into leapclient package
Diffstat (limited to 'src/se/leap/leapclient/ConfigurationWizard.java')
-rw-r--r-- | src/se/leap/leapclient/ConfigurationWizard.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/se/leap/leapclient/ConfigurationWizard.java b/src/se/leap/leapclient/ConfigurationWizard.java index d12fdc77..2687b579 100644 --- a/src/se/leap/leapclient/ConfigurationWizard.java +++ b/src/se/leap/leapclient/ConfigurationWizard.java @@ -9,7 +9,6 @@ import org.json.JSONObject; import se.leap.leapclient.ProviderAPIResultReceiver.Receiver;
import se.leap.leapclient.ProviderListContent.ProviderItem;
import se.leap.leapclient.R;
-import se.leap.openvpn.AboutFragment;
import se.leap.openvpn.MainActivity;
import android.app.Activity;
import android.app.DialogFragment;
|