Major number of minor cleanups. Fixed from e-mail, import order, ==None, etc.

This commit is contained in:
Piotr Mitros
2012-01-28 12:10:56 -05:00
parent 1abeec786e
commit 8125180edc
32 changed files with 203 additions and 200 deletions

View File

@@ -1,12 +1,12 @@
from x_module import XModule
from lxml import etree
import json
## TODO: Abstract out from Django
from django.conf import settings
from djangomako.shortcuts import render_to_response, render_to_string
from x_module import XModule
from lxml import etree
class VerticalModule(XModule):
id_attribute = 'id'