~k-nielsen81/npt/trunk

« back to all changes in this revision

Viewing changes to src/nptcore.py

  • Committer: Kenneth Nielsen
  • Date: 2011-05-01 16:37:14 UTC
  • Revision ID: k.nielsen81@gmail.com-20110501163714-zhu39an05zptsi49
Cleaning up after refactoring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
import customexceptions
25
25
import fileIO
26
26
 
27
 
class AutoPageTurnerCore():
 
27
class NotePageTurnerCore():
28
28
    """This is the AutoPageTurner application"""
29
29
 
30
30
    def __init__(self, verbose=False):