Skip to content

Commit

Permalink
fix #123 and #124
Browse files Browse the repository at this point in the history
  • Loading branch information
fazalmajid committed Jan 9, 2022
1 parent 7f2fef7 commit c8bd394
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions temboz
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function
import sys, os, datetime
import sanity
import tembozapp.feedfix

def usage():
Expand All @@ -27,6 +26,7 @@ if __name__ == '__main__':
tembozapp.bootstrap.docker_bootstrap()
else:
tembozapp.bootstrap.interactive_bootstrap()
import sanity
import tembozapp.transform
try:
import tembozapp.transform
Expand Down
3 changes: 2 additions & 1 deletion tembozapp/opml.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import sys, os, re, xml.etree.ElementTree, dbop
import sys, os, re, xml.etree.ElementTree
from . import dbop

def parse_opml(opml_file):
try:
Expand Down

0 comments on commit c8bd394

Please sign in to comment.