Mark modules as STABLE/UNSTABLE/DEPRECATED.
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
# Boston, MA 02111-1307, USA.
|
||||
|
||||
"""
|
||||
STABLE.
|
||||
"""
|
||||
|
||||
import logging
|
||||
import time
|
||||
from datetime import datetime
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
# Boston, MA 02111-1307, USA.
|
||||
|
||||
"""
|
||||
UNSTABLE. Should be internal to the datastore module.
|
||||
"""
|
||||
|
||||
import logging
|
||||
|
||||
import dbus
|
||||
|
||||
Reference in New Issue
Block a user