Skip to content

Commit 45e04c3

Browse files
committedMay 5, 2016
.
1 parent 617535c commit 45e04c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎framework.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
#from controller import strings, keystrokes
1717
import sys
1818
import requests
19-
from flask import Flask
20-
from flask import render_template
19+
import urllib
20+
import urllib2
21+
import xml.etree.ElementTree as ET
2122

2223
slide_deck = view.SlideDeck(filename="slide_deck")
2324

@@ -84,5 +85,4 @@ def main():
8485
# the server each time you change your code
8586
while True:
8687
main()
87-
#print get_wolframalpha_imagetag('math')
88-
pass
88+
#print get_wolframalpha_imagetag('math')

‎reveal.js-master.zip

1.57 MB
Binary file not shown.

‎view.pyc

5.85 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.