Ignore:
Timestamp:
12/07/11 11:58:44 (12 years ago)
Author:
madie
Message:

[ipk] update crossepg

Location:
ipk/source/epg_crossepg
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • ipk/source/epg_crossepg/usr/lib/python2.6/crossepg.py

    r7451 r12090  
    11# This file was automatically generated by SWIG (http://www.swig.org).
    2 # Version 1.3.40
     2# Version 2.0.4
    33#
    44# Do not make changes to this file unless you know what you are doing--modify
    55# the SWIG interface file instead.
    6 # This file is compatible with both classic and new-style classes.
     6
     7
    78
    89from sys import version_info
     
    4041    method = class_type.__swig_setmethods__.get(name,None)
    4142    if method: return method(self,value)
    42     if (not static) or hasattr(self,name):
     43    if (not static):
    4344        self.__dict__[name] = value
    4445    else:
     
    480481  return _crossepg.epgdb_get_update_time()
    481482epgdb_get_update_time = _crossepg.epgdb_get_update_time
     483
     484def epgdb_get_revision():
     485  return _crossepg.epgdb_get_revision()
     486epgdb_get_revision = _crossepg.epgdb_get_revision
    482487import os
    483488import re
     
    522527        return flags & (~0x01)
    523528
    524 
    525 
     529# This file is compatible with both classic and new-style classes.
     530
     531
Note: See TracChangeset for help on using the changeset viewer.