~ubuntu-branches/debian/jessie/xiphos/jessie

« back to all changes in this revision

Viewing changes to waffles/editor.py

  • Committer: Bazaar Package Importer
  • Author(s): Dmitrijs Ledkovs
  • Date: 2010-03-22 18:15:54 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100322181554-qlqchymwhcw28c0c
* New upstream release:
  + Bugfix only
  + Compatible with xulrunner 1.9.2
  + Update translations

* Revert changes introduced in 3.1.2-1ubuntu1. Thank you Chris Coulson
  for temporary fix.
* debian/xiphos.1 - spelling mistake
* waf is now default buildsystem
* help is now licensed under GPL
* Bumped standards version no changes required
* Changed email to @ubuntu.com

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
"""
2
 
Stuff to detect libs and generate Editor-* sources for editor
3
 
"""
4
 
 
5
 
class ComponentEditor(object):
6
 
    '''
7
 
    Editor is a part of Xiphos
8
 
    '''
9
 
 
10
 
    def detect(self):
11
 
        pass
12
 
 
13
 
    def generate_srcfiles(self):
14
 
        pass
15
 
 
16
 
    def clean(self):
17
 
        pass