github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

marianoguerra / emesene forked from dequis/emesene

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 24
    • 9
  • Source
  • Commits
  • Network (9)
  • Issues (7)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Tree: 2c49ddd

click here to add a description

click here to add a homepage

  • Branches (1)
    • master
  • Tags (0)
Sending Request…
Click here to lend your support to: emesene and make a donation at www.pledgie.com ! Edit Pledgie Setup

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

A windows live messenger network client written in python — Read more

  cancel

http://www.emesene.org

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

status combo extension+plugin finished 
marianoguerra (author)
Sun Aug 30 15:51:50 -0700 2009
commit  2c49ddd0d3c525763ed8bc0b95824e25b183ad31
tree    9fd4c2a666a8e1a2384ed0569380545a2238ed99
parent  f01040503f907373cf9067a5f44bacc5ced77232
emesene / mesinyer / plugins / ye_old_status_combo / plugin.py mesinyer/plugins/ye_old_status_combo/plugin.py
100644 26 lines (19 sloc) 0.626 kb
edit raw blame history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
import extension
from plugin_base import PluginBase
 
import StatusCombo
 
class Plugin(PluginBase):
    def __init__(self):
        PluginBase.__init__(self)
 
    def start(self):
        self.extensions_register()
        try:
            f = self.resource.get_resource('xyz')
        except Exception, reason:
            print 'error because of: ', reason
 
        try:
            for line in f.xreadlines():
                print line,
        except Exception, reason:
            print 'error in reading', reason
 
 
    def extensions_register(self):
        extension.register('below userlist', StatusCombo.StatusCombo)
 
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server