Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change string statement into comment.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 10 Jan 2019 10:29:59 +0000 (11:29 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 10 Jan 2019 11:14:43 +0000 (12:14 +0100)
examples/python/actor-create/actor-create.py

index 3bd71d5..3f43906 100644 (file)
@@ -72,7 +72,7 @@ class Sender:
 
 
 if __name__ == '__main__':
 
 
 if __name__ == '__main__':
-    """Here comes the main function of your program"""
+    # Here comes the main function of your program
 
     # When your program starts, you have to first start a new simulation engine, as follows
     e = Engine(sys.argv)
 
     # When your program starts, you have to first start a new simulation engine, as follows
     e = Engine(sys.argv)