roysh 0.1.1__tar.gz → 0.1.2__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {roysh-0.1.1 → roysh-0.1.2}/PKG-INFO +1 -1
- {roysh-0.1.1 → roysh-0.1.2}/roysh/shell.py +3 -1
- {roysh-0.1.1 → roysh-0.1.2}/roysh.egg-info/PKG-INFO +1 -1
- {roysh-0.1.1 → roysh-0.1.2}/setup.py +1 -1
- {roysh-0.1.1 → roysh-0.1.2}/README.md +0 -0
- {roysh-0.1.1 → roysh-0.1.2}/roysh/__init__.py +0 -0
- {roysh-0.1.1 → roysh-0.1.2}/roysh.egg-info/SOURCES.txt +0 -0
- {roysh-0.1.1 → roysh-0.1.2}/roysh.egg-info/dependency_links.txt +0 -0
- {roysh-0.1.1 → roysh-0.1.2}/roysh.egg-info/entry_points.txt +0 -0
- {roysh-0.1.1 → roysh-0.1.2}/roysh.egg-info/requires.txt +0 -0
- {roysh-0.1.1 → roysh-0.1.2}/roysh.egg-info/top_level.txt +0 -0
- {roysh-0.1.1 → roysh-0.1.2}/setup.cfg +0 -0
@@ -229,10 +229,12 @@ def main():
|
|
229
229
|
today = datetime.now()
|
230
230
|
if today.month == 2 and today.day == 14:
|
231
231
|
print("Happy Valentine's Day")
|
232
|
+
elif today.month == 2 and today.day == 15:
|
233
|
+
print("Happy late Valentine's Day")
|
232
234
|
elif today.month == 4 and today.day == 3:
|
233
235
|
print("Happy Birthday Madam")
|
234
236
|
else:
|
235
|
-
print("
|
237
|
+
print(f"{cmd}: not found")
|
236
238
|
else:
|
237
239
|
found = False
|
238
240
|
extensions = ['.exe', '.bat', '.cmd', ''] if os.name == 'nt' else ['']
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|