Move pgp classes into subpackage

This commit is contained in:
Dominik Schürmann
2013-09-15 15:29:38 +02:00
parent e6801ec951
commit 121f8aaca0
27 changed files with 41 additions and 43 deletions

View File

@@ -43,8 +43,8 @@ import org.apache.http.client.methods.HttpPost;
import org.apache.http.impl.client.DefaultHttpClient;
import org.apache.http.message.BasicNameValuePair;
import org.apache.http.util.EntityUtils;
import org.sufficientlysecure.keychain.helper.PgpHelper;
import org.sufficientlysecure.keychain.helper.PgpMain;
import org.sufficientlysecure.keychain.pgp.PgpHelper;
import org.sufficientlysecure.keychain.pgp.PgpMain;
import android.text.Html;