Skip to content
Snippets Groups Projects
Commit ec67b120 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Nom imports ._PEM instead of _PEM.

Rev: lib/modules/Tools.pmod/PEM.pmod:1.3
parent a4b812d4
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
class encapsulated_message { class encapsulated_message {
import _PEM; import ._PEM;
string boundary; string boundary;
string body; string body;
...@@ -67,7 +67,7 @@ class encapsulated_message { ...@@ -67,7 +67,7 @@ class encapsulated_message {
class rfc934 { class rfc934 {
import _PEM; import ._PEM;
string initial_text; string initial_text;
string final_text; string final_text;
...@@ -157,7 +157,7 @@ class rfc934 { ...@@ -157,7 +157,7 @@ class rfc934 {
class pem_msg class pem_msg
{ {
import _PEM; import ._PEM;
string initial_text; string initial_text;
string final_text; string final_text;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment