Index: third_party/APScheduler/README.chromium |
diff --git a/third_party/APScheduler/README.chromium b/third_party/APScheduler/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6137f0f01bcad11c66ae7237859598975cae57bd |
--- /dev/null |
+++ b/third_party/APScheduler/README.chromium |
@@ -0,0 +1,13 @@ |
+Name: APScheduler |
+URL: http://code.google.com/p/psutil/ |
+Version: 1.3.1 |
+License: MIT |
+License File: LICENSE |
+ |
+Description: |
+APScheduler is a light but powerful in-process task scheduler that |
+lets you schedule functions (or any python callables) to be executed |
+at times of your choosing. |
+ |
+Local Modifications: |
+None |