~mouradian/spud/fix-about-dialog

« back to all changes in this revision

Viewing changes to diamond/diamond/config.py

  • Committer: Cian Wilson
  • Date: 2012-02-27 15:52:52 UTC
  • mfrom: (514.2.3 noflml)
  • Revision ID: cwilson@ldeo.columbia.edu-20120227155252-8bkuylsvtxg4ami4
Removing the downloaded flml default from diamond.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
__set_default("diffadd", "lightgreen")
49
49
__set_default("diffsub", "indianred")
50
50
 
51
 
# Here we hard-code a default for flml
52
 
# so that users don't have to tweak this to run it.
53
 
schemata = {'flml': ('Fluidity markup language', { None: 'http://bazaar.launchpad.net/~fluidity-core/fluidity/4.0-release/download/head:/fluidity_options.rng-20110415014759-hdavpx17hi2vz53z-811/fluidity_options.rng'})}
 
51
schemata = {}
54
52
 
55
53
for dir in [os.path.join(path, "schemata") for path in dirs]:
56
54
  try: