~ubuntu-branches/ubuntu/quantal/gozerbot/quantal

« back to all changes in this revision

Viewing changes to build/lib/gozerbot/generic.py

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Malcolm
  • Date: 2010-09-29 18:20:02 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100929182002-gi532gnem1vlu6jy
Tags: 0.9.1.3-5
Added python2.5 build dependency. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# generic compat stub
 
2
#
 
3
#
 
4
 
 
5
""" utils stub for backwards compatibility. """
 
6
 
 
7
# ==============
 
8
# IMPORT SECTION
 
9
 
 
10
from utils.log import *
 
11
from utils.generic import *
 
12
from utils.exception import *
 
13
from utils.popen import *
 
14
from utils.timeutils import *
 
15
from utils.fileutils import *
 
16
from utils.reboot import *
 
17
from utils.trace import *
 
18
from utils.locking import *
 
19
from utils.rsslist import *
 
20
from utils.url import *
 
21
 
 
22
# END IMPORT
 
23
# ==========
 
24
 
 
25
# =========
 
26
# LOCK SECTION
 
27
 
 
28
# no locks
 
29
 
 
30
# END LOCK
 
31
# ========