CLI support for Segment Routing Tunnel config
diff --git a/cli/sdncon/statdropd/models.py b/cli/sdncon/statdropd/models.py
index d4e183b..0e93490 100755
--- a/cli/sdncon/statdropd/models.py
+++ b/cli/sdncon/statdropd/models.py
@@ -15,7 +15,7 @@
 #
 
 from django.db import models
-
+"""
 # Create your models here.
 class StatdropdConfig(models.Model):
     
@@ -76,3 +76,4 @@
         FIELD_INFO = (
             {'name': 'last_drop_point', 'rest_name': 'last-drop-point'},
         )
+"""
\ No newline at end of file