Skip to content

Commit

Permalink
Removed blank space from setup.py, updated TODO file
Browse files Browse the repository at this point in the history
git-svn-id: https://camelo.conectiva/repos/projetos/qtlab/mcc2@8978 aeaf0dc8-91d7-0310-8701-e1fc1a66ab8d
  • Loading branch information
wiliam committed Apr 12, 2011
1 parent 7011d02 commit 597113f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions TODO
Expand Up @@ -10,14 +10,14 @@ CODE
Backend
-------

* Add a common policykit authentication for privileged method execution
* [DONE] Add a common policykit authentication for privileged method execution
then user can't enter the root passwors for each privileged task for
a sort period of time. By now the user may enter the root password for
stop, restar and start services we should change that.

* Add an exception handler to dbus connection in all classes.
* [DONE] Add an exception handler to dbus connection in all classes.

* Add backends dbus interface method stop.
* [DONE] Add backends dbus interface method stop.

* Add support to rpm stop dbus interfaces when updating or removing packages.

Expand All @@ -27,10 +27,10 @@ Backend
* Rename sshd HostKey protocol version 2 to HostKeyRSA and HostKeyDSA to avoid
confusion.

* Check if d-bus interface is running before start to avoid have to instance
* Check if d-bus interface is running before start to avoid have two instance
running.

* Make policykit authorization type be configurable for all methods that use it.
* [DONE] Make policykit authorization type be configurable for all methods that use it.

Frontend
--------
Expand All @@ -45,4 +45,4 @@ RPM
TESTS
=====

*
*
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -27,7 +27,7 @@
data_dirpath.append(os.path.split(full)[0])
data_fullpath.append(full)
other_files.extend(zip(data_dirpath, [data_fullpath]))

data_files = [
('/usr/bin/', glob.glob('bin/mcc2*')),
('/usr/share/mandriva/bin/', glob.glob('bin/*-mechanism.py')),
Expand Down Expand Up @@ -55,4 +55,4 @@
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
'Topic :: Libraries :: Python Modules',]
)
)

0 comments on commit 597113f

Please sign in to comment.