We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de035b commit 533c775Copy full SHA for 533c775
index_generator/__main__.py
@@ -2,20 +2,18 @@
2
# *-- coding: utf-8 --*
3
import sys
4
import time
5
-
6
import os
7
-import os.path as path
8
-from datetime import datetime
9
10
import jinja2
11
import argparse
12
-import os
+import os.path as path
+from datetime import datetime
13
14
from index_generator.models.entries import Entry
15
from index_generator.models.exceptions import IndexGeneratorException
16
from . import *
17
18
-indexIgnore=['index.html', 'templates']
+indexIgnore = ['index.html', 'templates']
+
19
20
def main():
21
global template
0 commit comments