~sjdv1982/spyder-framework/spyder-atom

« back to all changes in this revision

Viewing changes to atom.py

  • Committer: Sjoerd de Vries
  • Date: 2009-05-25 10:29:22 UTC
  • Revision ID: sjoerd@sjoerd-20090525102922-v3s23i6fwzhh8ojx
v1.1: changed PDB convertors

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# This file is part of the Spyder module: "atom" 
3
3
# For licensing information, see LICENSE.txt 
4
4
 
 
5
import os
 
6
 
5
7
ValidationError = Spyder.core.ValidationError
6
8
class AtomValidationError(ValidationError):
7
9
  pass