aboutsummaryrefslogtreecommitdiffstats
path: root/mail2news.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2014-12-11 22:25:23 +0100
committerMatěj Cepl <mcepl@cepl.eu>2014-12-11 22:25:23 +0100
commit3d16b8dad4f3bcfe2ea4c40951bddd4b12ae4f83 (patch)
tree306617e2639b3d8e8a010be5af3c3e2def6379a3 /mail2news.py
parent8c731414db71af32be1f405135a78cb568ce89d0 (diff)
downloadpygn-3d16b8dad4f3bcfe2ea4c40951bddd4b12ae4f83.tar.gz
Eliminate debian/ directory and obviously unnecessary files.
Diffstat (limited to 'mail2news.py')
-rw-r--r--mail2news.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail2news.py b/mail2news.py
index d340432..697de0b 100644
--- a/mail2news.py
+++ b/mail2news.py
@@ -46,7 +46,7 @@ class mail2news:
def readfile(self):
for line in sys.stdin.readlines():
- self.email.append(line)
+ sef.email.append(line)
if(len(self.email) == 1 and self.email[0][0] == '/'):
file = self.email[0][:-1]