Commit fd272af9 authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed useless header (shebang+encoding)

parent bd61eb72
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
#!/usr/bin/env python
#coding:utf8

class RpcHandler(object):
    """ Basic RPC functions handler.